diff --git a/.version b/.version index 04a373ef..c5523bd0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.16.0 +0.17.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index adaf8fbe..9ab60f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.16.0...v) (2024-11-26) + + +### ⚠ BREAKING CHANGES + +* add option to specify the Max Mind license key for the Geolite2 db + +### Features + +* add option to specify the Max Mind license key for the Geolite2 db ([fcf08a4](https://github.com/stonith404/pocket-id/commit/fcf08a4d898160426442bd80830f4431988f4313)) + + +### Bug Fixes + +* don't try to create a new user if the Docker user is not root ([#71](https://github.com/stonith404/pocket-id/issues/71)) ([0e95e9c](https://github.com/stonith404/pocket-id/commit/0e95e9c56f4c3f84982f508fdb6894ba747952b4)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.15.0...v) (2024-11-24) diff --git a/frontend/package.json b/frontend/package.json index 1c3ce84c..87e2aa62 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.16.0", + "version": "0.17.0", "private": true, "scripts": { "dev": "vite dev --port 3000",