Skip to content

Commit 9e7650c

Browse files
authored
Merge pull request #632 from k1LoW/tagpr-from-v1.79.1
Release for v1.79.2
2 parents 7cffb6f + 67c33a8 commit 9e7650c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v1.79.2](https://github.com/k1LoW/tbls/compare/v1.79.1...v1.79.2) - 2024-11-09
4+
### Fix bug 🐛
5+
- Fix linux build pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/633
6+
37
## [v1.79.1](https://github.com/k1LoW/tbls/compare/v1.79.0...v1.79.1) - 2024-11-05
48
### Other Changes
59
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/k1LoW/tbls/pull/630

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.79.1"
7+
var Version = "1.79.2"

0 commit comments

Comments
 (0)