Skip to content

Commit

Permalink
Merge pull request #300 from k1LoW/tagpr-from-v0.54.5
Browse files Browse the repository at this point in the history
Release for v0.54.6
  • Loading branch information
k1LoW authored Nov 3, 2023
2 parents 027fba6 + c4e8796 commit 2dde541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.54.6](https://github.com/k1LoW/octocov/compare/v0.54.5...v0.54.6) - 2023-11-03
### Fix bug 🐛
- Identify the region of the bucket by @k1LoW in https://github.com/k1LoW/octocov/pull/301
### Other Changes
- Bump golang.org/x/image from 0.5.0 to 0.10.0 by @dependabot in https://github.com/k1LoW/octocov/pull/299

## [v0.54.5](https://github.com/k1LoW/octocov/compare/v0.54.4...v0.54.5) - 2023-10-26
### Other Changes
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in https://github.com/k1LoW/octocov/pull/295
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "octocov"

// Version for this.
var Version = "0.54.5" //nostyle:repetition
var Version = "0.54.6" //nostyle:repetition

0 comments on commit 2dde541

Please sign in to comment.