Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exodrifter authored Dec 23, 2017
1 parent 7297d7e commit 9df696e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.1] - 2017-12-23

### Added
- Full Unity scene example

### Fixed
- Fix `+=`, `-=`, `*=`, `/=` operators not working
- Fix exception when script execution finishes in some cases


## [1.1.0] - 2017-12-19

### Added
Expand Down Expand Up @@ -137,7 +140,8 @@ You can also:

For examples of how Rumor works, see the `Examples/` folder.

[Unreleased]: https://github.com/exodrifter/unity-rumor/compare/1.1.0...HEAD
[Unreleased]: https://github.com/exodrifter/unity-rumor/compare/1.1.1...HEAD
[1.1.1]: https://github.com/exodrifter/unity-rumor/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/exodrifter/unity-rumor/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/exodrifter/unity-rumor/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/exodrifter/unity-rumor/compare/0.2.1...1.0.0
Expand Down

0 comments on commit 9df696e

Please sign in to comment.