Skip to content

Commit a2df78c

Browse files
authored
Merge pull request #15 from pepabo/tagpr-from-v1.1.1
Release for v1.1.2
2 parents c21cf28 + 05e2f5a commit a2df78c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## [v1.1.1](https://github.com/pepabo/plusplusbot/compare/v1.1.0...v1.1.1) - 2025-05-20
47
- Fix: change secrets to inputs in release action by @buty4649 in https://github.com/pepabo/plusplusbot/pull/10
58
- Add version file by @buty4649 in https://github.com/pepabo/plusplusbot/pull/12

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "1.1.1"
3+
var version = "1.1.2"

0 commit comments

Comments
 (0)