Skip to content

Commit

Permalink
Update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
fakelucaszeta committed Jul 17, 2020
1 parent 0f3362b commit 7b47c57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (file("../github_credentials.properties").file) {
}

def getVersionName = { ->
return "1.3.0-SNAPSHOT"
return "1.3.0"
}

def getGroupId = { ->
Expand Down

0 comments on commit 7b47c57

Please sign in to comment.