Skip to content

Commit d96e8c2

Browse files
committed
Prepare for 0.6.5
1 parent ea5501f commit d96e8c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.6.5
4+
5+
- Non-success status codes should not always result in a thrown exception
6+
37
## 0.6.4
48
- Encode ref parameter in update-reference! from repository.clj namespace
59

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dev.nubank/clj-github "0.6.4"
1+
(defproject dev.nubank/clj-github "0.6.5"
22
:description "A Clojure library for interacting with the github developer API"
33
:url "https://github.com/nubank/clj-github"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)