From c78c7b88e3ac07147ede9b8d3c1628d385aacfc5 Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Sat, 14 Dec 2019 01:10:21 +0100 Subject: [PATCH] 1.6.0-alpha4 --- README.md | 6 ++++-- resources/raven_clj/version.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4462dbd..d20e70e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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** diff --git a/resources/raven_clj/version.txt b/resources/raven_clj/version.txt index 066a4f1..55c7df7 100644 --- a/resources/raven_clj/version.txt +++ b/resources/raven_clj/version.txt @@ -1 +1 @@ -1.6.0-alpha3 +1.6.0-alpha4