From 6429dc35faa68a529ebccc961a114d15520c3b14 Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:09:18 -0700 Subject: [PATCH] Changelog update - v4.0.3 (#317) Co-authored-by: GitHub Action --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2c929..fa264c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ ### Added ### Changed -- Upgrading IntelliJ from 2024.1.2 to 2024.1.3 ### Deprecated @@ -17,6 +16,11 @@ ### Security +## [4.0.3] - 2024-06-13 + +### Changed +- Upgrading IntelliJ from 2024.1.2 to 2024.1.3 + ## [4.0.2] - 2024-05-24 ### Changed @@ -222,7 +226,8 @@ ### Added - Initial release. -[Unreleased]: https://github.com/ChrisCarini/intellij-notification-sample/compare/v4.0.2...HEAD +[Unreleased]: https://github.com/ChrisCarini/intellij-notification-sample/compare/v4.0.3...HEAD +[4.0.3]: https://github.com/ChrisCarini/intellij-notification-sample/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/ChrisCarini/intellij-notification-sample/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/ChrisCarini/intellij-notification-sample/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/ChrisCarini/intellij-notification-sample/compare/v3.2.6...v4.0.0