Skip to content

Commit

Permalink
Prepare for 0.6.5 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship authored Jul 18, 2024
1 parent ea5501f commit 4edb67a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4edb67a

Please sign in to comment.