Skip to content

Commit

Permalink
CHANGELOG - 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-oh committed Oct 3, 2024
1 parent 2be3296 commit 75949a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## [Unreleased]

## [2.1.1] - 2024-10-03

### Changed

- Unset the untilBuild property to automatically include future IntelliJ versions

## [2.1.0] - 2024-09-18

### Added
Expand Down Expand Up @@ -54,7 +60,8 @@

- Support JDK integration from mise tools.

[Unreleased]: https://github.com/134130/intellij-mise/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/134130/intellij-mise/compare/v2.1.1...HEAD
[2.1.0]: https://github.com/134130/intellij-mise/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/134130/intellij-mise/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/134130/intellij-mise/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/134130/intellij-mise/compare/v1.3.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.l34130.mise
pluginName = Mise
pluginRepositoryUrl = https://github.com/134130/intellij-mise
# SemVer format -> https://semver.org
pluginVersion = 2.1.0
pluginVersion = 2.1.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
Expand Down

0 comments on commit 75949a0

Please sign in to comment.