diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f75885f..c1923f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "projects/proxy": "0.5.7", - "projects/server": "0.0.4" + "projects/proxy": "0.6.0", + "projects/server": "0.1.0" } diff --git a/projects/proxy/CHANGELOG.md b/projects/proxy/CHANGELOG.md new file mode 100644 index 0000000..600c9a6 --- /dev/null +++ b/projects/proxy/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.6.0](https://github.com/beanbeanjuice/SimpleProxyChat/compare/SimpleProxyChat-v0.5.7...SimpleProxyChat-v0.6.0) (2026-05-24) + + +### ⚠ BREAKING CHANGES + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) + +### Features + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) ([579962f](https://github.com/beanbeanjuice/SimpleProxyChat/commit/579962fc97b669dda61d1913999cd1685c917dbc)) +* [GH-274] Get Version Number from Release Please ([#275](https://github.com/beanbeanjuice/SimpleProxyChat/issues/275)) ([550cc85](https://github.com/beanbeanjuice/SimpleProxyChat/commit/550cc85b257f1f60e420144edac27ec7e6daee90)) + + +### Bug Fixes + +* [GH-234] Display Switch Toggle ([#318](https://github.com/beanbeanjuice/SimpleProxyChat/issues/318)) ([2cd0e6c](https://github.com/beanbeanjuice/SimpleProxyChat/commit/2cd0e6cb5399f66c95d5485a341a793b0c15633b)) +* [GH-238] Fix Replacement Logic ([#281](https://github.com/beanbeanjuice/SimpleProxyChat/issues/281)) ([6cd8697](https://github.com/beanbeanjuice/SimpleProxyChat/commit/6cd869770a4cbb2a786042e0e0df7445b9177627)) +* [GH-269] Fix Release Please ([#270](https://github.com/beanbeanjuice/SimpleProxyChat/issues/270)) ([020e037](https://github.com/beanbeanjuice/SimpleProxyChat/commit/020e037b7d808de7b9083edb56bb11f03c533e3b)) +* [GH-272] Updated Config Blocks for Release-Please ([#273](https://github.com/beanbeanjuice/SimpleProxyChat/issues/273)) ([7d19424](https://github.com/beanbeanjuice/SimpleProxyChat/commit/7d194240478924dd4f3caeed680406073d0689ca)) +* [GH-321] Fix Release Please ([#322](https://github.com/beanbeanjuice/SimpleProxyChat/issues/322)) ([9e02c07](https://github.com/beanbeanjuice/SimpleProxyChat/commit/9e02c07f963cd77001314f602493d6b6e94f06cc)) diff --git a/projects/proxy/version.txt b/projects/proxy/version.txt index d3532a1..a918a2a 100644 --- a/projects/proxy/version.txt +++ b/projects/proxy/version.txt @@ -1 +1 @@ -0.5.7 +0.6.0 diff --git a/projects/server/CHANGELOG.md b/projects/server/CHANGELOG.md new file mode 100644 index 0000000..94a5461 --- /dev/null +++ b/projects/server/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [0.1.0](https://github.com/beanbeanjuice/SimpleProxyChat/compare/SimpleProxyChatHelper-v0.0.4...SimpleProxyChatHelper-v0.1.0) (2026-05-24) + + +### ⚠ BREAKING CHANGES + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) + +### Features + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) ([579962f](https://github.com/beanbeanjuice/SimpleProxyChat/commit/579962fc97b669dda61d1913999cd1685c917dbc)) +* [GH-274] Get Version Number from Release Please ([#275](https://github.com/beanbeanjuice/SimpleProxyChat/issues/275)) ([550cc85](https://github.com/beanbeanjuice/SimpleProxyChat/commit/550cc85b257f1f60e420144edac27ec7e6daee90)) + + +### Bug Fixes + +* [GH-269] Fix Release Please ([#270](https://github.com/beanbeanjuice/SimpleProxyChat/issues/270)) ([020e037](https://github.com/beanbeanjuice/SimpleProxyChat/commit/020e037b7d808de7b9083edb56bb11f03c533e3b)) +* [GH-272] Updated Config Blocks for Release-Please ([#273](https://github.com/beanbeanjuice/SimpleProxyChat/issues/273)) ([7d19424](https://github.com/beanbeanjuice/SimpleProxyChat/commit/7d194240478924dd4f3caeed680406073d0689ca)) +* [GH-311] Update Everything ([#312](https://github.com/beanbeanjuice/SimpleProxyChat/issues/312)) ([c8f1e62](https://github.com/beanbeanjuice/SimpleProxyChat/commit/c8f1e624488e6ed1feae76aa6f7742509c678cec)) +* [GH-321] Fix Release Please ([#322](https://github.com/beanbeanjuice/SimpleProxyChat/issues/322)) ([9e02c07](https://github.com/beanbeanjuice/SimpleProxyChat/commit/9e02c07f963cd77001314f602493d6b6e94f06cc)) diff --git a/projects/server/version.txt b/projects/server/version.txt index 81340c7..6e8bf73 100644 --- a/projects/server/version.txt +++ b/projects/server/version.txt @@ -1 +1 @@ -0.0.4 +0.1.0