Skip to content

Commit

Permalink
Merge pull request #523 from k1LoW/tagpr-from-v1.70.0
Browse files Browse the repository at this point in the history
Release for v1.70.1
  • Loading branch information
k1LoW authored Oct 12, 2023
2 parents 3884751 + 464b979 commit d60127c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.70.1](https://github.com/k1LoW/tbls/compare/v1.70.0...v1.70.1) - 2023-10-12
### Other Changes
- docs: add the installation guide with aqua by @suzuki-shunsuke in https://github.com/k1LoW/tbls/pull/522
- Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/tbls/pull/524

## [v1.70.0](https://github.com/k1LoW/tbls/compare/v1.69.2...v1.70.0) - 2023-10-08
### New Features 🎉
- feat:requireViewpoints by @macoto1995 in https://github.com/k1LoW/tbls/pull/517
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 = "tbls"

// Version for this
var Version = "1.70.0"
var Version = "1.70.1"

0 comments on commit d60127c

Please sign in to comment.