mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update changelog for v1.6.0 and bump libmaxminddb to v1.12.2
This commit is contained in:
parent
3cbab8a660
commit
466c9c147d
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue