Skip to content

Commit 94916b8

Browse files
authored
Add changelog and update version (#61)
1 parent ab63978 commit 94916b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
This file will contain all notable changes to this repository. Any new releases with changes will be documented here.
33

4+
## 0.2.5 (May 7 2024)
5+
6+
### Changed
7+
- Log untriggered action if provider isn't running
8+
49
## 0.2.4 (January 23 2024)
510

611
### Changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package version
55

66
// Version is the current version of the library
7-
var Version = "0.2.4"
7+
var Version = "0.2.5"

0 commit comments

Comments
 (0)