diff --git a/CHANGELOG.md b/CHANGELOG.md index b528cc68..c359eead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.5.0 (2019-08-29) + ### New features * [#42](https://github.com/clojure-emacs/orchard/pull/42): Add namespace alias support for `spec-list` and `spec-form`. diff --git a/project.clj b/project.clj index 3e568bfa..62397cc8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cider/orchard "0.5.0-beta14" +(defproject cider/orchard "0.5.0" :description "A fertile ground for Clojure tooling" :url "https://github.com/clojure-emacs/orchard" :license {:name "Eclipse Public License"