CHANGELOG.md in transproc-1.0.3 vs CHANGELOG.md in transproc-1.1.0
- old
+ new
@@ -1,12 +1,24 @@
-# v1.0.3 to-be-released
+# v1.1.0 2019-07-18
+This is the last transproc release before the project will be forked to `dry-transformer`.
+
+## Added
+
+* New DSL for defining transformers using `define!` method, which now supports instance methods as transformation functions (@solnic)
+* Simplified transformer class definition - registry is auto-configured and you can use `import` at the transformer class level (@solnic)
+* New `HashTransformation.deep_stringify_keys` function
+
+[Compare v1.0.3...v1.1.0](https://github.com/solnic/transproc/compare/v1.0.3...v1.1.0)
+
+# v1.0.3 2018-12-01
+
## Changed
* [BREAKING] Added minimal Ruby version to the gemspec file. Transproc now works with Ruby 2.3 and above (flash-gordon)
* Performance improvements introduced by using new built-in methods in `Hash` (v-kolesnikov + flash-gordon)
-[Compare v1.0.2...master](https://github.com/solnic/transproc/compare/v1.0.2...master)
+[Compare v1.0.2...v1.0.3](https://github.com/solnic/transproc/compare/v1.0.2...v1.0.3)
# v1.0.2 2017-02-25
## Fixed