From f9de53b05690fb71431a1e8a381e2c4d6af1bca9 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Wed, 4 May 2022 17:37:24 -0700 Subject: [PATCH] chore: tag 0.11.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 668fcce920..ce930f9d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.11.1 (2022-05-05) + + +#### Bug Fixes + +* to_spanner_value -> into_spanner_value (#1301) ([b8858cea](https://github.com/mozilla-services/syncstorage-rs/commit/b8858cea0756ee5920680ccd99133687c340200f), closes [#1300](https://github.com/mozilla-services/syncstorage-rs/issues/1300)) + + + ## 0.11.0 (2022-04-30) diff --git a/Cargo.lock b/Cargo.lock index 2bccf079b9..ae941a0a4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3012,7 +3012,7 @@ dependencies = [ [[package]] name = "syncstorage" -version = "0.11.0" +version = "0.11.1" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index fbab5efa32..bcf833df12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.11.0" +version = "0.11.1" license = "MPL-2.0" authors = [ "Ben Bangert ",