summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9848342..f19a7b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,13 @@ 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.8.0 (2018-05-11)
+6.8.0 (2018-05-12)
------------------
* [Core] Fixed DSNs without secrets not sending events.
+* [Core] Added lazy import for pkg_resources
+* [Core] Added NamedTuple Serializer
+* [Sanic] Fixed sanic integration dependencies
+* [Django] Fixed sql hook bug
6.7.0 (2018-04-18)
------------------