Skip to content

Commit

Permalink
Merge pull request #128 from mercadolibre/release/2.1.2
Browse files Browse the repository at this point in the history
[Release] Update version to 2.1.2
  • Loading branch information
luissilva-meli authored Nov 25, 2021
2 parents 090cb4e + b7fff87 commit 0a8e662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## VERSION 2.1.2
_25_11_2021_
- Fix - added regex to remove special characters and punctuation.

## VERSION 2.1.1
_04_11_2021_
- Fix - removed the "/" in the customer identifier when sending the api.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ object Versions {
const val pxAddons = "4.+"
const val andesUi = "3.+"

const val libraryVersion = "2.1.1"
const val libraryVersion = "2.1.2"
}

0 comments on commit 0a8e662

Please sign in to comment.