diff --git a/CHANGELOG.md b/CHANGELOG.md index 9231102..dc0ade2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,18 @@ 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). +## [4.1.1] - 2022-04-15 + +### Fixed + +- Fix an issue with percent export in PR [#74](https://github.com/faberNovel/ad_localize/pull/74) + ## [4.1.0] - 2022-03-02 ### Changed - Do not export empty translation on Android in PR [#72](https://github.com/faberNovel/ad_localize/pull/72) - ## [4.0.9] - 2021-09-05 ### Fixed diff --git a/lib/ad_localize/version.rb b/lib/ad_localize/version.rb index 6e433e8..95f7e1c 100644 --- a/lib/ad_localize/version.rb +++ b/lib/ad_localize/version.rb @@ -1,3 +1,3 @@ module AdLocalize - VERSION = "4.1.0" + VERSION = "4.1.1" end