diff --git a/CHANGELOG.md b/CHANGELOG.md index 71251202..5e755aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.6.1] - 2019-11-11 ### Added - New opposite random generation modifier (using syntax `[unit?!randgen name]`) @@ -307,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for slot value names - Generator able to generate an output file in *Rasa NLU* format (without support for synonyms or regex features) -[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/SimGus/Chatette/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/SimGus/Chatette/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/SimGus/Chatette/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/SimGus/Chatette/compare/v1.4.1...v1.4.2 diff --git a/setup.py b/setup.py index 86204853..40c9f22b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="chatette", - version="1.6.0", + version="1.6.1", description="A dataset generator for Rasa NLU", author="SimGus", license="MIT",