Skip to content

Commit

Permalink
Prepare for v0.10.1 release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Aug 30, 2023
1 parent 7d37b19 commit aceaef6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Unreleased

## v0.10.1

IMPROVEMENTS:
* Updated dependencies:
* `github.com/hashicorp/vault/sdk` v0.9.2-0.20230530190758-08ee474850e0 -> v0.9.2
* `github.com/mongodb-forks/digest` v1.0.4 -> v1.0.5
* `go.mongodb.org/atlas` v0.28.0 -> v0.33.0
* `go.mongodb.org/mongo-driver` v1.11.6 -> v1.12.1

## v0.10.0

CHANGES:
Expand All @@ -11,4 +20,4 @@ CHANGES:

CHANGES:

- Replace usage of useragent.String with useragent.PluginString [[GH-42]](https://github.com/hashicorp/vault-plugin-database-mongodbatlas/pull/42)
- Replace usage of useragent.String with useragent.PluginString [[GH-42]](https://github.com/hashicorp/vault-plugin-database-mongodbatlas/pull/42)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/vault-plugin-database-mongodbatlas

go 1.19
go 1.20

require (
github.com/hashicorp/go-hclog v1.5.0
Expand Down

0 comments on commit aceaef6

Please sign in to comment.