From df67cf7d8ac3c62a88435fddccc818926a50fb58 Mon Sep 17 00:00:00 2001 From: Mario David Date: Tue, 30 Oct 2018 22:21:30 +0100 Subject: [PATCH] added release information to 1.2.0 (#25) --- CHANGELOG.md | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) 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 |