We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cffb6f + 67c33a8 commit 9e7650cCopy full SHA for 9e7650c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [v1.79.1](https://github.com/k1LoW/tbls/compare/v1.79.0...v1.79.1) - 2024-11-05
8
### Other Changes
9
- 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
@@ -4,4 +4,4 @@ package version
const Name string = "tbls"
// Version for this
-var Version = "1.79.1"
+var Version = "1.79.2"
0 commit comments