From 85861dd0ca282ab444a20c6a85525f9c63709ecf Mon Sep 17 00:00:00 2001 From: Sal Tijerina Date: Thu, 29 Jun 2023 14:52:32 -0500 Subject: [PATCH] update Changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d225b6931..718ba7d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.1] - 2023-06-29: Fix Onboarding Websockets + +### Changed + +- Update pull_request_template.md + +### Fixed + +- fix(docker): use latest not tapisv3 image (#818) +- Fix SetupEvent not sending websocket notifications (#820) + ## [3.0.0] - 2023-06-26: Tapis v3; Upgrade Django to 3.2 ### Added @@ -875,7 +886,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2020-02-28 v1.0.0 Production release as of Feb 28, 2020. -[unreleased]: https://github.com/TACC/Core-Portal/compare/v3.0.0...HEAD +[unreleased]: https://github.com/TACC/Core-Portal/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/TACC/Core-Portal/releases/tag/v3.0.1 [3.0.0]: https://github.com/TACC/Core-Portal/releases/tag/v3.0.0 [2.24.0]: https://github.com/TACC/Core-Portal/releases/tag/v2.24.0 [2.23.0]: https://github.com/TACC/Core-Portal/releases/tag/v2.23.0