summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2018-05-30 13:24:32 -0700
committerArmin Ronacher <armin.ronacher@active-4.com>2018-05-30 13:24:32 -0700
commit906445e40cdf745bdba809d618feea96d323aeae (patch)
tree0a16816f9a206e8cc339e373a5124f6134927381
parent826a2671976d9f93aac03643c780c9bce4ac7bd7 (diff)
downloadraven-906445e40cdf745bdba809d618feea96d323aeae.tar.gz
doc: update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca7255f..d893559 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,12 @@ Changelog
All notable changes to this project will be documented in this file.
Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-6.9.0 (Unrleased)
+6.9.0 (2018-05-30)
------------------
* [Core] Switched from culprit to transaction for automatic transaction reporting.
* [CI] Removed py3.3 from build
+* [Django] resolved an issue where the log integration would override the user.
-------------------
6.8.0 (2018-05-12)
------------------
* [Core] Fixed DSNs without secrets not sending events.