diff --git a/CHANGELOG.md b/CHANGELOG.md index 747e661..efb1757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 (2017-05-08) + +* **BREAKING CHANGE** Removed `#duct/import` tag +* Added `:duct.core/include` key +* Updated Clojure version to 1.9.0-alpha16 + ## 0.2.3 (2017-05-06) * Added `:duct.core/handler` key diff --git a/README.md b/README.md index f73db9e..3e0ba0f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ compilation and environment variables. To install, add the following to your project `:dependencies`: - [duct/core "0.2.3"] + [duct/core "0.3.0"] ## Usage diff --git a/project.clj b/project.clj index d4a6f9a..a9e1974 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject duct/core "0.2.3" +(defproject duct/core "0.3.0" :description "The core library for the Duct framework" :url "https://github.com/duct-framework/core" :license {:name "Eclipse Public License"