Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v4.3.1](https://github.com/masutaka/github-nippou/compare/v4.3.0...v4.3.1) - 2026-05-03
### Maintenance :technologist:
- build(deps): bump Songmu/tagpr from 1.17.1 to 1.18.3 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/331
- build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/332

## [v4.3.0](https://github.com/masutaka/github-nippou/compare/v4.2.46...v4.3.0) - 2026-04-29
### New Features :tada:
- Support DiscussionEvent by @masutaka in https://github.com/masutaka/github-nippou/pull/326
Expand Down
2 changes: 1 addition & 1 deletion lib/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lib

// Version is the github-nippou version
const Version = "4.3.0"
const Version = "4.3.1"
Loading