We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c21cf28 + 05e2f5a commit a2df78cCopy full SHA for a2df78c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v1.1.2](https://github.com/pepabo/plusplusbot/compare/v1.1.1...v1.1.2) - 2025-05-20
4
+- Fix: inputs name by @buty4649 in https://github.com/pepabo/plusplusbot/pull/14
5
+
6
## [v1.1.1](https://github.com/pepabo/plusplusbot/compare/v1.1.0...v1.1.1) - 2025-05-20
7
- Fix: change secrets to inputs in release action by @buty4649 in https://github.com/pepabo/plusplusbot/pull/10
8
- Add version file by @buty4649 in https://github.com/pepabo/plusplusbot/pull/12
version.go
@@ -1,3 +1,3 @@
package main
-var version = "1.1.1"
+var version = "1.1.2"
0 commit comments