Skip to content

Commit

Permalink
1.6.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Dec 16, 2019
1 parent aa48e5a commit c78c7b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Clojure interface to Sentry.

[](dependency)
```clojure
[raven-clj "1.6.0-alpha3"] ;; latest release
[raven-clj "1.6.0-alpha4"] ;; latest release
```
[](/dependency)

Expand Down Expand Up @@ -115,8 +115,10 @@ There are a variety of Clojure libraries for Sentry, a quick, not necessarily up

## Changes

- **1.6.0-alpha4**
- Supply `sentry_timestamp` header in correct format (Joey Bloom, [#28](https://github.com/sethtrain/raven-clj/pull/28))
- **1.6.0-alpha3**
- Support query params in DSNs ([#27](https://github.com/sethtrain/raven-clj/pull/27))
- Support query params in DSNs (Jean-Samuel Bédard, [#27](https://github.com/sethtrain/raven-clj/pull/27))
- **1.6.0-alpha2**
- Switch from `clj-http-lite` to `org.martinklepsch/clj-http-lite` for Java 9+ compatibility
- **1.6.0-alpha**
Expand Down
2 changes: 1 addition & 1 deletion resources/raven_clj/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-alpha3
1.6.0-alpha4

0 comments on commit c78c7b8

Please sign in to comment.