diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8c653ac..5d3aa5177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.36.1](https://github.com/homarr-labs/homarr/compare/v1.36.0...v1.36.1) (2025-09-05) + +### Bug Fixes + +* **dns:** disable caching by default ([#4007](https://github.com/homarr-labs/homarr/issues/4007)) ([10668ee](https://github.com/homarr-labs/homarr/commit/10668ee359940c1e24b543a7a20fe400474e12bf)) + ## [1.36.0](https://github.com/homarr-labs/homarr/compare/v1.35.1...v1.36.0) (2025-09-05) ### Features diff --git a/package.json b/package.json index 65cac27dc..c87050c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "1.36.0", + "version": "1.36.1", "private": true, "scripts": { "build": "cross-env CI=true turbo build",