Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Dec 14, 2022
1 parent 6176d19 commit 24f2d88
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Create tag
uses: ncipollo/release-action@v1
with:
bodyFile: changelog/${{github.event.inputs.version}}.md
tag: ${{github.event.inputs.version}}

build-backend:
Expand Down
27 changes: 27 additions & 0 deletions changelog/0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# VAuthenticator 0.4

## :star: New Features

- password strength policy [#39](https://github.com/VAuthenticator/vauthenticator/issues/39)
- phone number mask in sign up form [#52](https://github.com/VAuthenticator/vauthenticator/issues/52)
- Key management [#37](https://github.com/VAuthenticator/vauthenticator/issues/37)
- Email MFA first iteration [#43](https://github.com/VAuthenticator/vauthenticator/issues/43)
- add supported scopes in the /.well-known/openid-configuration endpoint [#49](https://github.com/VAuthenticator/vauthenticator/issues/49)
- move front end in a dedicated section [#58](https://github.com/VAuthenticator/vauthenticator/issues/58)
- improve MFA token management [#62](https://github.com/VAuthenticator/vauthenticator/issues/62)

## :hammer: Dependency Upgrades

- upgrade spring authorization server [#55](https://github.com/VAuthenticator/vauthenticator/issues/55)


## :beetle: Bugs

- make only user name and password as required in sign up process [#59](https://github.com/VAuthenticator/vauthenticator/issues/59)
- sign up page ui fix [#40](https://github.com/VAuthenticator/vauthenticator/issues/40)
- client application registration [#41](https://github.com/VAuthenticator/vauthenticator/issues/41)

## :heart: Contributor

- [@mrflick72](https://github.com/mrFlick72)

0 comments on commit 24f2d88

Please sign in to comment.