diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e52fc3..0c15196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v0.1.2] +- Fix enable state + ## [v0.1.1] - Fix manifest plugin class path @@ -10,5 +13,6 @@ All notable changes to this project will be documented in this file. - First alpha release -[Unreleased]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/omegat-org/azure-translate-plugin/compare/v0.1.0...v0.1.1 diff --git a/build.gradle.kts b/build.gradle.kts index c649876..ecc9295 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("org.omegat.gradle") version "1.5.9" } -version = "0.1.1" +version = "0.1.2" omegat { version = "5.7.1"