This is an automated email from the ASF dual-hosted git repository. zrhoffman pushed a commit to branch 6.0.x in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit ed7670112f9473506a82e6dcee7442f43adc88d6 Author: Zach Hoffman <[email protected]> AuthorDate: Mon Aug 30 11:03:08 2021 -0600 Update CHANGELOG.md and SECURITY.md for 6.0.0 release --- CHANGELOG.md | 4 ++-- SECURITY.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9cf83..41251a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [unreleased] +## [6.0.0] - 2021-08-30 ### Added - [#4982](https://github.com/apache/trafficcontrol/issues/4982) Added the ability to support queueing updates by server type and profile - [#5412](https://github.com/apache/trafficcontrol/issues/5412) Added last authenticated time to user API's (`GET /user/current, GET /users, GET /user?id=`) response payload @@ -728,7 +728,7 @@ will be returned indicating that overlap exists. ### Changed - Reformatted this CHANGELOG file to the keep-a-changelog format -[unreleased]: https://github.com/apache/trafficcontrol/compare/RELEASE-5.0.0...HEAD +[6.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-6.0.0...RELEASE-5.0.0 [5.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-4.1.0...RELEASE-5.0.0 [4.1.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-4.0.0...RELEASE-4.1.0 [4.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-3.0.0...RELEASE-4.0.0 diff --git a/SECURITY.md b/SECURITY.md index b49304b..e5f0cfa 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,9 +6,10 @@ | ------- | ------------------ | | < 4.0 | :x: | | 4.0.x | :x: | -| 4.1.x | :white_check_mark: | +| 4.1.x | :x| | 5.0.x | :x: | | 5.1.x | :white_check_mark: | +| 6.0.x | :white_check_mark: | ## Reporting a Vulnerability Contact the [Apache Traffic Control Security Team](mailto:[email protected])
