diff --git a/CHANGELOG.md b/CHANGELOG.md index 5023303f344f84290479d418b2085530fa44e93e..c80cc9dee497433036c8d2ac233cbb36d1a716b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog + + + +## [3.65.2] - 2024-06-19 + +### Bug Fixes + +- no code fix; only release and publish process ## [3.65.1] - 2024-06-17 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index 28f950062108d142501429948388883c0a5e2c33..a74288e7c75d2de0ea24e38d1f8326506e4079af 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.65.1"; - commit = "835fecd11d22c5a5e897792787b0670d8fe2a31c"; + version = "3.65.2"; + commit = "91b6fcc77552e9425798f6967baa9154905761d4"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file