diff --git a/CHANGELOG.md b/CHANGELOG.md index f2140ac..c82dbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [0.0.5] - 2024-09-17 + ### Added - Allow locally customizing the color of progress bar @@ -36,7 +38,8 @@ - Implemented first version of Pedro Progress Bar - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) -[Unreleased]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.4...HEAD +[Unreleased]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.5...HEAD +[0.0.5]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/strangelookingnerd/pedro-progress-bar-plugin/compare/v0.0.1...v0.0.2 diff --git a/gradle.properties b/gradle.properties index 5fe63ca..75784f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.strangelookingnerd pluginName = pedro-progress-bar pluginRepositoryUrl = https://github.com/strangelookingnerd/pedro-progress-bar-plugin # SemVer format -> https://semver.org -pluginVersion = 0.0.5 +pluginVersion = 0.0.6 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233