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 ab63978 commit 94916b8Copy full SHA for 94916b8
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
This file will contain all notable changes to this repository. Any new releases with changes will be documented here.
3
4
+## 0.2.5 (May 7 2024)
5
+
6
+### Changed
7
+- Log untriggered action if provider isn't running
8
9
## 0.2.4 (January 23 2024)
10
11
### Changed
version/version.go
@@ -4,4 +4,4 @@
package version
// Version is the current version of the library
-var Version = "0.2.4"
+var Version = "0.2.5"
0 commit comments