Skip to content

Commit

Permalink
Merge pull request #505 from k1LoW/tagpr-from-v1.68.1
Browse files Browse the repository at this point in the history
Release for v1.68.2
  • Loading branch information
k1LoW authored Jul 26, 2023
2 parents 3d9951a + 55a3141 commit e4cde91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.68.2](https://github.com/k1LoW/tbls/compare/v1.68.1...v1.68.2) - 2023-07-26
### Fix bug 🐛
- Add escape double quotes for mermaid by @kaitosawada in https://github.com/k1LoW/tbls/pull/504
### Other Changes
- #478: replace STRING_AGG to allow older MSSQL versions by @Lytchev in https://github.com/k1LoW/tbls/pull/502

## [v1.68.1](https://github.com/k1LoW/tbls/compare/v1.68.0...v1.68.1) - 2023-07-08
### Other Changes
- Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in https://github.com/k1LoW/tbls/pull/500
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.68.1"
var Version = "1.68.2"

0 comments on commit e4cde91

Please sign in to comment.