Skip to content

Commit 058af8e

Browse files
authored
Merge pull request #11 from pepabo/tagpr-from-v1.1.0
Release for v1.1.1
2 parents 608d72f + 8fd0684 commit 058af8e

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,5 +1,10 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/pepabo/plusplusbot/compare/v1.1.0...v1.1.1) - 2025-05-20
4+
- Fix: change secrets to inputs in release action by @buty4649 in https://github.com/pepabo/plusplusbot/pull/10
5+
- Add version file by @buty4649 in https://github.com/pepabo/plusplusbot/pull/12
6+
- Use versionFile by @buty4649 in https://github.com/pepabo/plusplusbot/pull/13
7+
38
## [v1.1.0](https://github.com/pepabo/plusplusbot/compare/v1.0.0...v1.1.0) - 2025-05-20
49
- Add tagpr by @buty4649 in https://github.com/pepabo/plusplusbot/pull/5
510
- Fix permission error by @buty4649 in https://github.com/pepabo/plusplusbot/pull/7

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.0"
3+
var version = "1.1.1"

0 commit comments

Comments
 (0)