From cb7ab8b01663217aa147fe51d3cf065db03f1b85 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Thu, 3 Apr 2025 14:43:04 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a949d7099..6678a99ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.17.7] - 2025-04-03 + +### Added + +- [526](https://github.com/Azure/draft/pull/526) Add tomcat template + ## [0.17.6] - 2025-03-17 ### Added @@ -334,4 +340,4 @@ New release to fix `checksum mismatch` issue in the previous release - Remaining uses of the `viper` library have been migrated to `gopkg.in/yaml.v3` for consistency. - Unused files in the `web` package have been removed. -- Minor reorganization across the `config` and `addons` packages to reduce the number of exported functions and types. \ No newline at end of file +- Minor reorganization across the `config` and `addons` packages to reduce the number of exported functions and types.