Skip to content

Commit 02bcb47

Browse files
committed
prepare release 0.2.0
1 parent 31d1116 commit 02bcb47

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased][1]
88

9+
## 2018/07/03 [0.2.0][6]
10+
911
### Added
1012

1113
* config can now contain the `id` of a board, which allows adding public
@@ -47,8 +49,6 @@ boards: [
4749
will be available in the `<ListTabs \/>` component and can later be used to
4850
select a specific list. All filters work as expected and as before (also with
4951
deeplinking for the list patterns)
50-
* _Note_: even though semver would suggest adding releasing a major release, I
51-
decided to stick to 0.x.y still until further notice here.
5252

5353
```js
5454
// previous config
@@ -70,6 +70,9 @@ boards: [
7070
],
7171
```
7272

73+
* _Note_: even though semver would suggest adding releasing a major release, I
74+
decided to stick to 0.2.y still until further notice.
75+
7376
## 2018/06/09 [0.1.1][5]
7477

7578
* Bugfix TrelloCard `isHidden` calculation

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ preferred team members.
3535
* [Licence](#licence)
3636
* [More Examples](#more-examples)
3737
* [Maintainers](#maintainers)
38+
* [Changelog](CHANGES.md)
3839

3940
<!-- /TOC -->
4041

0 commit comments

Comments
 (0)