diff --git a/CHANGELOG.md b/CHANGELOG.md index c138d1e..ea8c4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.0] - 2019-12-10 +### Added + - Add tests to compare reference exports by [@felginep](https://github.com/felginep) + - [iOS only] Handle [adaptive strings](https://developer.apple.com/documentation/foundation/nsstring/1413104-variantfittingpresentationwidth) by [@felginep](https://github.com/felginep) + +### Changed + - Fix issue with Info.plist format by [@felginep](https://github.com/felginep) + - Do not export plurals for android when there are no values by [@felginep](https://github.com/felginep) + ## [3.1.0] - 2019-09-30 ### Added - [iOS only] Info.plist generation support by [@felginep](https://github.com/felginep) + ### Changed - No more warning log for empty lines by [@felginep](https://github.com/felginep) @@ -27,4 +37,3 @@ TODO ## [0.1.0] - 2016-04-25 TODO - diff --git a/lib/ad_localize/version.rb b/lib/ad_localize/version.rb index 0b79f37..7444a5f 100644 --- a/lib/ad_localize/version.rb +++ b/lib/ad_localize/version.rb @@ -1,3 +1,3 @@ module AdLocalize - VERSION = "3.1.0" + VERSION = "3.2.0" end