diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b235b1e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## 1.0.0-beta-0.0.2 +- Update cosmrs dependency to 0.15 in order to get rustls updated upstream. Ran into a bug related to validating timestamps for certain certificates in one of our consumer crates. Avoided annoying pem read/write API breakages by not using the re-exported bip32 and k256 crates and depending on the old versions directly. diff --git a/Cargo.lock b/Cargo.lock index b25aa47..6b7e61c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,7 +1130,7 @@ dependencies = [ [[package]] name = "ocular" -version = "1.0.0-beta-0.0.1" +version = "1.0.0-beta-0.0.2" dependencies = [ "assay", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5ae3fd4..75ed019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ocular" description = "A gRPC client library for Cosmos SDK chains" authors = ["Collin Brittain", "Phil Bal"] -version = "1.0.0-beta-0.0.1" +version = "1.0.0-beta-0.0.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/PeggyJV/ocular"