We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f26bb commit 7b11a8dCopy full SHA for 7b11a8d
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.1.3
2
+
3
+### Fixed
4
+- Fix checking obfuscated value instead of key name on generating cpp file for secrets
5
6
# 0.1.2
7
8
### Fixed
secretsvaultplugin/build.gradle.kts
@@ -51,4 +51,4 @@ configure<DetektExtension> {
51
}
52
53
group = "com.commencis.secretsvaultplugin"
54
-version = "0.1.2"
+version = "0.1.3"
0 commit comments