diff --git a/CHANGELOG.md b/CHANGELOG.md index db2505b..ba72bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.0] - 2018-10-30 + +### Bugfix +- handle no-results in SQL execution correctly (#23) + +### Dependencies +- CUBA 6.10.x + ## [1.1.0] - 2018-07-19 ### Added diff --git a/README.md b/README.md index f259ab5..d0dbc72 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ It mainly consists of the three parts: | Platform Version | Add-on Version | | ---------------- | -------------- | +| 6.10.x | 1.2.x | | 6.9.x | 1.1.x | | 6.8.x | 1.0.x | | 6.7.x | 0.4.x |