Skip to content

Commit

Permalink
Merge pull request #498 from k1LoW/tagpr-from-v1.67.1
Browse files Browse the repository at this point in the history
Release for v1.68.0
  • Loading branch information
k1LoW authored Jun 23, 2023
2 parents c6bca2f + ded78bc commit a63abef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.68.0](https://github.com/k1LoW/tbls/compare/v1.67.1...v1.68.0) - 2023-06-23
### Breaking Changes 🛠
- Use schema.json for subcommand by @k1LoW in https://github.com/k1LoW/tbls/pull/497

## [v1.67.1](https://github.com/k1LoW/tbls/compare/v1.67.0...v1.67.1) - 2023-06-18
### New Features 🎉
- Support `--dsn` option for external subcommands by @k1LoW in https://github.com/k1LoW/tbls/pull/495
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.67.1"
var Version = "1.68.0"

0 comments on commit a63abef

Please sign in to comment.