Skip to content

Commit 5ad27e7

Browse files
authored
Merge pull request #720 from k1LoW/tagpr-from-v1.86.0
Release for v1.86.1
2 parents 427d87e + 966c04f commit 5ad27e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.86.1](https://github.com/k1LoW/tbls/compare/v1.86.0...v1.86.1) - 2025-07-01
4+
### Fix bug 🐛
5+
- fix: Skip enum fetching for Redshift compatibility in postgres driver by @ritsu2891 in https://github.com/k1LoW/tbls/pull/718
6+
### Other Changes
7+
- test: use windows-2022 by @k1LoW in https://github.com/k1LoW/tbls/pull/719
8+
39
## [v1.86.0](https://github.com/k1LoW/tbls/compare/v1.85.5...v1.86.0) - 2025-06-24
410
### New Features 🎉
511
- feat: include functions in filters by @BaronBonet in https://github.com/k1LoW/tbls/pull/714

version/version.go

Lines changed: 1 addition & 1 deletion
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.86.0"
7+
var Version = "1.86.1"

0 commit comments

Comments
 (0)