diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0d198..3e2a7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) +## v1.0.0 - 2016 Dec 17 + +```clojure +[com.taoensso/tempura "1.0.0"] +``` + +> Non-breaking v1.0.0 release. + +* **Fix**: [#4] `tr` doc-string typo + ## v1.0.0-RC4 - 2016 Nov 13 ```clojure diff --git a/README.md b/README.md index cfca9d6..d7f7eb1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/tempura "1.0.0-RC4"] +[com.taoensso/tempura "1.0.0"] ``` > Please consider helping to [support my continued open-source Clojure/Script work]? @@ -34,7 +34,7 @@ Add the necessary dependency to your project: ```clojure -[com.taoensso/tempura "1.0.0-RC4"] +[com.taoensso/tempura "1.0.0"] ``` Setup your namespace imports: diff --git a/project.clj b/project.clj index 8e895c1..f551b27 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/tempura "1.0.0-RC4" +(defproject com.taoensso/tempura "1.0.0" :author "Peter Taoussanis " :description "Pure Clojure/Script i18n translations library" :url "https://github.com/ptaoussanis/tempura"