Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangl authored May 5, 2021
1 parent 9728514 commit 90f12b3
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- No new features!
### Changed
- No changed features!
### Deprecated
- No deprecated features!
### Removed
- No removed features!
### Fixed
- No fixed issues!
### Security
- No security issues fixed!

## [2.1.0] - 2021-05-05
### Added
- Add `tags` parameter to `poEditorConfig` block to add PoEditor tags:
```groovy
poEditor {
Expand All @@ -33,14 +47,8 @@ poEditor {
```
### Changed
- Add support for Android Gradle Plugin version 4.2.0
### Deprecated
- No deprecated features!
### Removed
- Remove support for Android Gradle Plugin versions lower than 4.2.0
### Fixed
- No fixed issues!
### Security
- No security issues fixed!

## [2.0.0] - 2021-04-28
### Changed
Expand Down Expand Up @@ -256,7 +264,8 @@ res_dir_path -> resDirPath
### Added
- Initial release.

[Unreleased]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.0.0...HEAD
[Unreleased]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.1.0...HEAD
[2.1.0]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/1.4.2...2.0.0
[1.4.2]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/1.4.0...1.4.1
Expand Down

0 comments on commit 90f12b3

Please sign in to comment.