Skip to content

Commit b9029ec

Browse files
authored
Merge pull request #677 from k1LoW/tagpr-from-v1.84.0
Release for v1.84.1
2 parents 7f44d9c + 1280cfb commit b9029ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v1.84.1](https://github.com/k1LoW/tbls/compare/v1.84.0...v1.84.1) - 2025-03-22
4+
### Other Changes
5+
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in https://github.com/k1LoW/tbls/pull/676
6+
- chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in https://github.com/k1LoW/tbls/pull/675
7+
38
## [v1.84.0](https://github.com/k1LoW/tbls/compare/v1.83.0...v1.84.0) - 2025-03-18
49
### Other Changes
510
- chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 by @dependabot in https://github.com/k1LoW/tbls/pull/673

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "tbls"
55

66
// Version for this
7-
var Version = "1.84.0"
7+
var Version = "1.84.1"

0 commit comments

Comments
 (0)