From b8f0d31591e4720d156c0f339d72897f55e78206 Mon Sep 17 00:00:00 2001 From: Sal Tijerina Date: Fri, 5 Jan 2024 10:31:04 -0600 Subject: [PATCH] update changelog --- Changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0d6f60b..c317008 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.10.0] - 2024-01-05: Add XSS Protection Header + +### Changed + +- WI-85: Add XSS Protection Header (#45) + ## [2.9.1] - 2023-11-01: Mount Secrets as read-only ### Fixed @@ -125,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2020-05-06 v1.0.0 Production release as of May 6, 2020. -[unreleased]: https://github.com/TACC/Camino/compare/v2.9.1...HEAD +[unreleased]: https://github.com/TACC/Camino/compare/v2.10.0...HEAD +[2.10.0]: https://github.com/TACC/Camino/releases/tag/v2.10.0 [2.9.1]: https://github.com/TACC/Camino/releases/tag/v2.9.1 [2.9.0]: https://github.com/TACC/Camino/releases/tag/v2.9.0 [2.8.0]: https://github.com/TACC/Camino/releases/tag/v2.8.0