diff --git a/CHANGELOG.md b/CHANGELOG.md index c04a0cfa..3aa1d951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-23 + +### ❤️ Thanks to all contributors! ❤️ + +@Codycody31 + +### ✨ Features + +- Log Watcher Connector & Related Extensions [[#24](https://github.com/Codycody31/squad-aegis/pull/24)] +- feat(admin-chat): add admin chat functionality and endpoints [[#21](https://github.com/Codycody31/squad-aegis/pull/21)] +- Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] + +### 🐛 Bug Fixes + +- fix: event emitter not respecting global for server log watcher connector events. [[#30](https://github.com/Codycody31/squad-aegis/pull/30)] +- fix: add missing discord admin broadcast extension [[#29](https://github.com/Codycody31/squad-aegis/pull/29)] +- Fix log watcher docker image not using the correct binary [[#28](https://github.com/Codycody31/squad-aegis/pull/28)] +- fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)] +- Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] + +### 📈 Enhancement + +- enhancement: add notes for extensions database records [[#22](https://github.com/Codycody31/squad-aegis/pull/22)] +- enhancement(connector): global connector deletion process [[#18](https://github.com/Codycody31/squad-aegis/pull/18)] +- RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] + +### 📚 Documentation + +- docs: update README with features and extensibility details [[#20](https://github.com/Codycody31/squad-aegis/pull/20)] + +### 📦️ Dependency + +- chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 [[#17](https://github.com/Codycody31/squad-aegis/pull/17)] + ## [1.1.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.1.0) - 2025-03-14 ### ❤️ Thanks to all contributors! ❤️