From 24f2d886b44b69620c9742642e4a7e9844cd4f72 Mon Sep 17 00:00:00 2001 From: mrflick72 <valerio.vaudi@gmail.com> Date: Wed, 14 Dec 2022 23:00:14 +0100 Subject: [PATCH] changelog --- .github/workflows/build.yml | 1 + changelog/0.4.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 changelog/0.4.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90e7675e..f88ab2e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/changelog/0.4.md b/changelog/0.4.md new file mode 100644 index 00000000..9a3acd8a --- /dev/null +++ b/changelog/0.4.md @@ -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) +