We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bca982 commit e94375aCopy full SHA for e94375a
CHANGELOG.md
@@ -3,6 +3,16 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [3.39.0] - 2024-05-07
7
+### Added
8
+- feat: allows store items to be read as JSON.
9
+
10
+### Changed
11
+- docs: adds CLI instructions for enabling debug mode for Groovy scripts.
12
+- docs: adds Groovy DSL example.
13
+- docs: adds instructions for debugging Groovy scripts.
14
+- docs: tidies Groovy debugging instructions.
15
16
## [3.38.3] - 2024-04-24
17
### Changed
18
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
gradle.properties
@@ -1 +1 @@
1
-projectVersion=0.0.0-SNAPSHOT
+projectVersion=3.39.0
0 commit comments