diff --git a/CHANGELOG.md b/CHANGELOG.md index 951f6e0f2..82e3f2f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.0-beta.2](https://github.com/homarr-labs/homarr/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-12-17) + +### Bug Fixes + +* add missing branch-name to discord deploy notification ([50697eb](https://github.com/homarr-labs/homarr/commit/50697eb21f923bbe9a6811c964cfc313f79a2806)) + ## 1.0.0-beta.1 (2024-12-17) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 1c0a44b4e..dfc844594 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "private": true, "scripts": { "build": "cross-env CI=true turbo build",