Skip to content

Commit 2e19f62

Browse files
author
Adrián García
authored
Update CHANGELOG.md
1 parent c572b04 commit 2e19f62

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
## [Unreleased]
2424
### Added
25+
- No new features!
26+
### Changed
27+
- No changed features!
28+
### Deprecated
29+
- No deprecated features!
30+
### Removed
31+
- No removed features!
32+
### Fixed
33+
- No fixed issues!
34+
### Security
35+
- No security issues fixed!
36+
37+
## [1.3.0] - 2020-09-28
38+
### Added
2539
- Add support for using the plug-in in library modules.
2640
- Add support for configuring non-standard resource directory path via `defaultResPath`. _Thanks to [@rafid059](https://github.com/rafid059) for the contribution!_
2741
<details open><summary>Groovy</summary>
@@ -100,17 +114,6 @@ android {
100114
```
101115
</details>
102116

103-
### Changed
104-
- No changed features!
105-
### Deprecated
106-
- No deprecated features!
107-
### Removed
108-
- No removed features!
109-
### Fixed
110-
- No fixed issues!
111-
### Security
112-
- No security issues fixed!
113-
114117
## [1.2.0] - 2020-09-03
115118
### Added
116119
- Add proper support for `plurals`
@@ -218,7 +221,8 @@ res_dir_path -> resDirPath
218221
### Added
219222
- Initial release.
220223

221-
[Unreleased]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.2.0...HEAD
224+
[Unreleased]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.3.0...HEAD
225+
[1.3.0]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.2.0...1.3.0
222226
[1.2.0]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.1.0...1.2.0
223227
[1.1.0]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.0.0...1.1.0
224228
[1.0.0]: https://github.com/bq/poeditor-android-gradle-plugin/compare/0.2.5...1.0.0

0 commit comments

Comments
 (0)