Skip to content

Commit 96232c5

Browse files
committed
Prepare v0.2.0 release
1 parent 4a3f5f0 commit 96232c5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## 0.2.0 (2014-11-04)
8+
9+
* Feature: Support dotted notation for nested attributes
10+
(#5 by @maximkou)
11+
12+
* Remove: Remove boolean filters (dropped from spec v0.3)
13+
(#8)
14+
715
## 0.1.0 (2014-08-21)
816

917
* First tagged release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The recommended way to install this library is [through composer](http://getcomp
2424
```JSON
2525
{
2626
"require": {
27-
"clue/json-query": "~0.1.0"
27+
"clue/json-query": "~0.2.0"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)