CHANGELOG.md in rantly-1.1.0 vs CHANGELOG.md in rantly-1.2.0
- old
+ new
@@ -1,10 +1,24 @@
# Change Log
All notable changes to rantly will be documented in this file. The curated log begins at changes to version 0.4.0.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.2.0](https://github.com/abargnesi/rantly/compare/1.1.0...1.2.0) - 2018-08-29
+### New features
+- Allow to generate floats using Gaussian distribution
+ - [Issue #29](https://github.com/rantly-rb/rantly/issues/29)
+ - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] and [Víctor Gallego][Víctor Gallego]
+### Bug fixes
+- `NoMethodError` - undefined method `retry?` - when a test using `dict` fails
+ - [Issue #39](https://github.com/rantly-rb/rantly/issues/39)
+ - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
+### Changes
+- Correct typo in _Too many tries_ message
+ - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
+
+
## [1.1.0][1.1.0] - 2017-04-18
### Improved
- Include failed example and number of example run in failure message.
- [Issue #21][21]
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
@@ -42,5 +56,6 @@
[21]: https://github.com/abargnesi/rantly/issues/21
[Eric Bischoff]: https://github.com/Bischoff
[Jamie English]: https://github.com/english
[Oleksii Fedorov]: https://github.com/waterlink
[Ana María Martínez Gómez]: https://github.com/Ana06
+[Víctor Gallego]: https://github.com/vicgalle