Skip to content

Commit 8c59a81

Browse files
author
Adrián García
authored
Update CHANGELOG.md
1 parent 071d05e commit 8c59a81

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88
### Added
9+
- No new features!
10+
### Changed
11+
- No changed features!
12+
### Deprecated
13+
- No deprecated features!
14+
### Removed
15+
- No removed features!
16+
### Fixed
17+
- No fixed issues!
18+
### Security
19+
- No security issues fixed!
20+
21+
## [1.1.0] - 2020-08-14
22+
### Added
923
- Add support for flavor and build type configuration. The sample configuration is as follows:
1024
<details open><summary>Groovy</summary>
1125

@@ -75,19 +89,10 @@ android {
7589
}
7690
}
7791
```
78-
7992
</details>
8093

81-
### Changed
82-
- No changed features!
83-
### Deprecated
84-
- No deprecated features!
8594
### Removed
8695
- The `resDirPath` parameter is no longer needed, since it gets inferred from the flavor or build type configured in the app
87-
### Fixed
88-
- No fixed issues!
89-
### Security
90-
- No security issues fixed!
9196

9297
## [1.0.0] - 2020-07-21
9398
### Added
@@ -116,7 +121,8 @@ res_dir_path -> resDirPath
116121
### Added
117122
- Initial release.
118123

119-
[Unreleased]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.0.0...HEAD
124+
[Unreleased]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.1.0...HEAD
125+
[1.1.0]: https://github.com/bq/poeditor-android-gradle-plugin/compare/1.0.0...1.1.0
120126
[1.0.0]: https://github.com/bq/poeditor-android-gradle-plugin/compare/0.2.5...1.0.0
121127
[0.2.5]: https://github.com/bq/poeditor-android-gradle-plugin/compare/v0.2.4...0.2.5
122128
[0.2.4]: https://github.com/bq/poeditor-android-gradle-plugin/releases/tag/v0.2.4

0 commit comments

Comments
 (0)