diff --git a/CHANGELOG.md b/CHANGELOG.md index 7583e31..7499a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # eq Changelog +## 0.2.2 (2017/07/25) + +* Add the ability to read from a file + ## 0.2.1 (2017/07/04) This is the first public release of `eq`. diff --git a/project.clj b/project.clj index 826e978..cef5169 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject eq "0.2.2-SNAPSHOT" +(defproject eq "0.2.2" :description "Like jq, for EDN" :url "https://github.com/oscaro/eq" :license {:name "Eclipse Public License"