aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2017-01-31 21:35:01 -0500
committerJames Moger <james.moger@gitblit.com>2017-01-31 21:35:01 -0500
commit16ad6a02e82e5046ed516052f089cfab35d5b39b (patch)
treeee8e825d502743699dcc6e46b95bcb4b2d7cb95d
parenta67ab70435c44508e21ab8cf8c76de1c3fac78f2 (diff)
downloadiciql-16ad6a02e82e5046ed516052f089cfab35d5b39b.tar.gz
iciql-16ad6a02e82e5046ed516052f089cfab35d5b39b.zip
Documentation
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 144da0a..2d93277 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-### [Unreleased][unreleased]
+### [2.2.0] - 2017-01-31
#### Added
- Added bitwise AND and XOR DSL for where clauses
+- Update to MySQL 5.7
### [2.1.1] - 2016-04-07
#### Added
@@ -345,7 +346,8 @@ db.executeUpdate(q, new Date());
QueryConditon.smaller => QueryCondition.lessThan
QueryConditon.smallEqual => QueryCondition.atMost
-[unreleased]: https://github.com/gitblit/iciql/compare/release-2.1.1...HEAD
+[unreleased]: https://github.com/gitblit/iciql/compare/release-2.2.0...HEAD
+[2.2.0]: https://github.com/gitblit/iciql/compare/release-2.2.0...release-2.1.1
[2.1.1]: https://github.com/gitblit/iciql/compare/release-2.1.0...release-2.1.1
[2.1.0]: https://github.com/gitblit/iciql/compare/release-2.0.0...release-2.1.0
[2.0.0]: https://github.com/gitblit/iciql/compare/v1.6.5...release-2.0.0