diff --git a/.version b/.version index feaae22b..b50dd27d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.13.0 +1.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ec950d..cbf3b0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.13.1 + +### Bug Fixes + +- uploading a client logo with an URL fails ([#1008](https://github.com/pocket-id/pocket-id/pull/1008) by @CzBiX) +- mark any callback url as valid if they contain a wildcard ([#1006](https://github.com/pocket-id/pocket-id/pull/1006) by @stonith404) + +### Other + +- cleanup root of repo, update workflow actions ([#1003](https://github.com/pocket-id/pocket-id/pull/1003) by @kmendell) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.13.0...v1.13.1 + ## v1.13.0 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index 98c277e1..f6233a64 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.13.0", + "version": "1.13.1", "private": true, "type": "module", "scripts": {