diff --git a/CHANGELOG.md b/CHANGELOG.md index 2549eb0..a1b3b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # GitLink Changelog ## Unreleased +- Fix Azure URL generation for remotes contaning company name ## 4.3.5 - 2023-07-16 - Fix Azure commit URL diff --git a/gradle.properties b/gradle.properties index f7d1ab9..cd30a2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = uk.co.ben_gibson.git.link pluginName = GitLink # SemVer format -> https://semver.org -pluginVersion = 4.3.5 +pluginVersion = 4.3.6 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.