aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2021-05-02 12:53:31 -0400
committerJames Moger <james.moger@gitblit.com>2021-05-02 12:53:31 -0400
commit16ff5b4c7914379607ae98bfb3ecafb4bceb600b (patch)
tree91080fcf765c8e2da17c23f3bff47cc5ea9c9551
parent3c39f337c4627314c6aae76d0ad0d200e6e833bc (diff)
downloadiciql-16ff5b4c7914379607ae98bfb3ecafb4bceb600b.tar.gz
iciql-16ff5b4c7914379607ae98bfb3ecafb4bceb600b.zip
Update changelog
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d93277..eaea905 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+### [2.2.1] - 2021-05-02
+
+#### Fixed
+
+- Fix Oracle model generation #35
+- Improve simple JOIN #36
+- Several Dependabot updates
+
### [2.2.0] - 2017-01-31
#### Added
- Added bitwise AND and XOR DSL for where clauses
@@ -346,7 +354,8 @@ db.executeUpdate(q, new Date());
QueryConditon.smaller => QueryCondition.lessThan
QueryConditon.smallEqual => QueryCondition.atMost
-[unreleased]: https://github.com/gitblit/iciql/compare/release-2.2.0...HEAD
+[unreleased]: https://github.com/gitblit/iciql/compare/release-2.2.1...HEAD
+[2.2.1]: https://github.com/gitblit/iciql/compare/release-2.2.1...release-2.2.0
[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