From 99e38a7c242dbb8cb3a9a486009720309d0564c4 Mon Sep 17 00:00:00 2001 From: thefosk Date: Mon, 8 Jun 2015 18:02:27 -0700 Subject: [PATCH] changelog Former-commit-id: b01e7fd7adfd33c9bc71a126021b2862b28f87ba --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3688843cf412..62b9ebbb5abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased][unreleased] +## [0.3.2] - 2015/06/08 + +#### Fixed + +- Fix uppercase Cassandra keyspace bug that prevented Kong to work with [kongdb.org](http://kongdb.org/) + ## [0.3.1] - 2015/06/07 #### Fixed @@ -163,6 +169,7 @@ First version running with Cassandra. - Database migrations (using `db.lua`). [unreleased]: https://github.com/mashape/kong/compare/0.3.0...HEAD +[0.3.2]: https://github.com/mashape/kong/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/mashape/kong/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/mashape/kong/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/mashape/kong/compare/0.2.0-2...0.2.1