Skip to content

Commit

Permalink
release 1.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Oct 29, 2020
1 parent 7a53c00 commit 5d40c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ChangeLog
## [Unreleased]
## [1.1.0-beta1]
### Deprecated
- mongocrypt_setopt_kms_provider_aws and mongocrypt_setopt_kms_provider_local are deprecated in favor of the more flexible mongocrypt_setopt_kms_providers, which supports configuration of all KMS providers.
- mongocrypt_ctx_setopt_masterkey_aws and mongocrypt_ctx_setopt_masterkey_aws_endpoint are deprecated in favor of the more flexible mongocrypt_ctx_setopt_key_encryption_key, which supports configuration for all KMS providers.
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/mongocrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
}

group = "org.mongodb"
version = "1.1.0-SNAPSHOT"
version = "1.1.0-beta1"
description = "MongoDB client-side crypto support"

java {
Expand Down

0 comments on commit 5d40c56

Please sign in to comment.