diff --git a/.version b/.version index 227cea21..38f77a65 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a579b2..825fcf57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v2.0.1 + +### Bug Fixes + +- admins imported from LDAP lose admin privileges ([2cce200](https://github.com/pocket-id/pocket-id/commit/2cce2008928081b5e0f0e6bcbc3f43816f082de9) by @stonith404) +- restore old input input field size ([2341da9](https://github.com/pocket-id/pocket-id/commit/2341da99e9716686cf28dd0680d751ae9da0fadc) by @stonith404) + +### Other + +- bump image tag to `v2` ([cd2e9f3](https://github.com/pocket-id/pocket-id/commit/cd2e9f3a2ad753815ef8da998f9b54853d953a2a) by @stonith404) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v2.0.0...v2.0.1 + ## v2.0.0 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index b46114e2..de4d066b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "2.0.0", + "version": "2.0.1", "private": true, "type": "module", "scripts": {