Skip to content

Commit

Permalink
Merge pull request #1883 from hashicorp/ent-test-cases
Browse files Browse the repository at this point in the history
release files
  • Loading branch information
kkavish committed Feb 20, 2024
2 parents 073b7f2 + c0de924 commit 9964674
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Unreleased Changes
# 0.37.0 (February 20, 2024)

NEW FEATURES:
* Add support for listing Consul peers [NET-6966](https://hashicorp.atlassian.net/browse/NET-6966)
Expand Down
5 changes: 5 additions & 0 deletions dependency/vault_read_test.go
Expand Up @@ -632,6 +632,11 @@ func TestVaultReadQuery_String(t *testing.T) {
"path",
"vault.read(path)",
},
{
"path_version",
"path?version=3",
"vault.read(path.v3)",
},
}

for i, tc := range cases {
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -6,7 +6,7 @@ package version
import "fmt"

const (
Version = "0.36.0"
Version = "0.37.0"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 9964674

Please sign in to comment.