Skip to content

Commit

Permalink
Merge pull request #4106 from RasaHQ/release-1-1-8
Browse files Browse the repository at this point in the history
Release 1.1.8
  • Loading branch information
erohmensing committed Jul 25, 2019
2 parents 94ff730 + d684074 commit b01582e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@ Rasa Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning`_ starting with version 1.0.

[Unreleased 1.1.8] - `master`_

[Unreleased 1.1.9] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Added
-----

Changed
-------

Removed
-------

Fixed
-----


[1.1.8] - 2019-07-25
^^^^^^^^^^^^^^^^^^^^

Added
-----
- ``TrainingFileImporter`` interface to support customizing the process of loading
Expand All @@ -21,10 +38,6 @@ Changed
or a policy ensemble
- Update pytype to ``2019.7.11``

Removed
-------


Fixed
-----
- interactive learning bug where reverted user utterances were dumped to training data
Expand Down
2 changes: 1 addition & 1 deletion rasa/core/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async def train_comparison_models(
file_importer,
train_path,
policy_config=policy_config,
exclusion_percentage=current_run,
exclusion_percentage=percentage,
kwargs=kwargs,
dump_stories=dump_stories,
)
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.7"
__version__ = "1.1.8"

0 comments on commit b01582e

Please sign in to comment.