Bump v0.2.0

This commit is contained in:
Giuliano Mele 2022-07-15 09:30:39 +02:00
parent 58381fd683
commit b545c3266f
Signed by: MelGi
GPG key ID: 9F1B131DD4758B7B
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View file

@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.2.0
### Changed
- Change parsing country codes [#32](https://github.com/netzbegruenung/keycloak-2fa-sms-authenticator/pull/32)
### Added
- Add phone number suffix to account console [#33](https://github.com/netzbegruenung/keycloak-2fa-sms-authenticator/pull/33)
### Fixed
- Turn autocomplete off for SMS codes [#29](https://github.com/netzbegruenung/keycloak-2fa-sms-authenticator/pull/29)

View file

@ -6,7 +6,7 @@
<groupId>netzbegruenung</groupId>
<artifactId>keycloak-2fa-sms-authenticator</artifactId>
<version>0.1.5</version>
<version>0.2.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>