Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
burakaygun committed Dec 12, 2024
1 parent 2146a28 commit 79361dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.2

### Fixed
- Replace wrong "elseif" with "if" in generated CMakeLists file

# 0.1.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion secretsvaultplugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ configure<DetektExtension> {
}

group = "com.commencis.secretsvaultplugin"
version = "0.1.1"
version = "0.1.2"

0 comments on commit 79361dc

Please sign in to comment.