release: 0.17.0

This commit is contained in:
Elias Schneider
2024-11-26 20:35:54 +01:00
parent 541481721f
commit f11ed44733
3 changed files with 18 additions and 2 deletions

View File

@@ -1 +1 @@
0.16.0
0.17.0

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",