Prepare for release of v1.2.0

This commit is contained in:
Marc Siegel 2018-01-11 17:40:40 -05:00
parent 6dd4a571de
commit 36fc00f582
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
# HISTORY
## [Unreleased changes](http://github.com/ms-ati/docile/compare/v1.1.5...master)
## [Unreleased changes](http://github.com/ms-ati/docile/compare/v1.2.0...master)
## [v1.2.0 (Jan 11, 2018)](http://github.com/ms-ati/docile/compare/v1.1.5...v1.2.0)
- Special thanks to Christina Koller (@cmkoller)
- add DSL evaluation returning *return value of the block* (see `.dsl_eval_with_block_return`)
- add an example to README
- keep travis builds passing on old ruby versions

View File

@ -1,4 +1,4 @@
module Docile
# The current version of this library
VERSION = '1.1.5'
VERSION = '1.2.0'
end