Skip to content

Commit 69bc26c

Browse files
authored
Release v1.9.6 (#102)
1 parent 1ea0408 commit 69bc26c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.6]
11+
12+
- Fix reported vulnerabilities.
13+
1014
## [1.9.5]
1115

1216
- handle empty `or` and `and` predicates ([#100](https://github.com/hasura/ndc-elasticsearch/pull/100))

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hasura/ndc-elasticsearch
22

3-
go 1.23.0
4-
5-
toolchain go1.23.5
3+
go 1.24.6
64

75
require (
86
github.com/elastic/go-elasticsearch/v8 v8.17.1

0 commit comments

Comments
 (0)