Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 26, 2024
1 parent 7e9d929 commit 7b7c5a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b7c5a5

Please sign in to comment.