diff --git a/CHANGELOG.md b/CHANGELOG.md index 0871293..dffb5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2020-07-17 + +### Added + +- clickOnExpansionPanel +- expandExpansionPanel +- collapseExpansionPanel +- expansionPanelIsCollapsed +- expansionPanelIsExpanded + ## [1.2.0] - 2020-07-10 ### Added @@ -43,6 +53,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - IntentsRule - KoinRule +[1.3.0]: https://github.com/natura-cosmeticos/Nat-Test-Commons/compare/1.2.0..1.3.0 [1.2.0]: https://github.com/natura-cosmeticos/Nat-Test-Commons/compare/1.1.1..1.2.0 [1.1.1]: https://github.com/natura-cosmeticos/Nat-Test-Commons/compare/1.1.0..1.1.1 [1.1.0]: https://github.com/natura-cosmeticos/Nat-Test-Commons/compare/1.0.1..1.1.0 diff --git a/tools/publish.gradle b/tools/publish.gradle index ecb1184..10a553f 100644 --- a/tools/publish.gradle +++ b/tools/publish.gradle @@ -6,7 +6,7 @@ if (file("../github_credentials.properties").file) { } def getVersionName = { -> - return "1.3.0-SNAPSHOT" + return "1.3.0" } def getGroupId = { ->