From d7bb80202bb9fd9bdd355399d484415e7290cbd0 Mon Sep 17 00:00:00 2001 From: William Conner Date: Thu, 12 Sep 2024 14:15:45 -0700 Subject: [PATCH] Bump version of Tinkey to 1.11.0. PiperOrigin-RevId: 674006136 Change-Id: I7d8c6ddcc8cedc93781fa738026a393d98cf1bd6 --- MODULE.bazel | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 1b45241..4c9a987 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,7 +2,7 @@ module( name = "tink_tinkey", - version = "1.10.1", + version = "1.11.0", ) bazel_dep( diff --git a/README.md b/README.md index a57ff5e..5b648da 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Management Service (KMS). Out of the box it supports AWS KMS and Google Cloud KMS. Adding support for other KMSs is easy, and doesn't require modifying Tinkey. -The latest release is 1.10.1. +The latest release is 1.11.0. The official documentation is available at https://developers.google.com/tink/tinkey-overview.