Skip to content

Commit 29fa64e

Browse files
committed
1.6.0
1 parent 8d53731 commit 29fa64e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Clojure interface to Sentry.
88

99
[](dependency)
1010
```clojure
11-
[raven-clj "1.6.0-alpha4"] ;; latest release
11+
[raven-clj "1.6.0"] ;; latest release
1212
```
1313
[](/dependency)
1414

@@ -115,6 +115,8 @@ There are a variety of Clojure libraries for Sentry, a quick, not necessarily up
115115

116116
## Changes
117117

118+
- **1.6.0**
119+
- Bump to Cheshire 5.9.0 (Kevin W. van Rooijen, [#29](https://github.com/sethtrain/raven-clj/pull/29))
118120
- **1.6.0-alpha4**
119121
- Supply `sentry_timestamp` header in correct format (Joey Bloom, [#28](https://github.com/sethtrain/raven-clj/pull/28))
120122
- **1.6.0-alpha3**

resources/raven_clj/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0-alpha4
1+
1.6.0

0 commit comments

Comments
 (0)