Update changelog for v1.6.0 and bump libmaxminddb to v1.12.2

This commit is contained in:
Théophile Diot 2025-01-13 11:29:27 +01:00
parent 3cbab8a660
commit 466c9c147d
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,11 @@
# Changelog
## v1.6.0-rc1 - ????/??/??
## v1.6.0 - ????/??/??
- [UI] Fixed condition when validating the setup wizard form when a custom certificate is used
- [DEPS] Updated libmaxminddb version to v1.12.2
## v1.6.0-rc1 - 2025/01/10
- [BUGFIX] Increase string length for service_id and id columns in database models to avoid issues with long service names
- [BUGFIX] Fix shenanigans with setup wizard when a reverse proxy was already configured

View file

@ -27,9 +27,9 @@
},
{
"id": "libmaxminddb",
"name": "libmaxminddb v1.12.1",
"name": "libmaxminddb v1.12.2",
"url": "https://github.com/maxmind/libmaxminddb.git",
"commit": "0ff5a5bfb3bc8f7da1e1d1a7c3398b9d3fcf7493"
"commit": "cba618d6581b7dbe83478c798d9e58faeaa6b582"
},
{
"id": "lua-cjson",