diff --git a/CHANGELOG.md b/CHANGELOG.md index 081aabe..9f68cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.0 + +- Add function to create releases for repositories + ## 0.8.1 - No actual change beyond correcting deployment scripts diff --git a/project.clj b/project.clj index 159ca5e..e341b04 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.nubank/clj-github "0.8.1" +(defproject dev.nubank/clj-github "0.9.0" :description "A Clojure library for interacting with the github developer API" :url "https://github.com/nubank/clj-github" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"