diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b276a..52df62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.5 + +- Non-success status codes should not always result in a thrown exception + ## 0.6.4 - Encode ref parameter in update-reference! from repository.clj namespace diff --git a/project.clj b/project.clj index b409a26..eaf8c83 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.nubank/clj-github "0.6.4" +(defproject dev.nubank/clj-github "0.6.5" :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"