diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e10b56..6d5becd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased Changes +## [2.0.1] - 2022-02-27 + ### Features - Adds the `unwrap_bump!` macro, which extracts the bump from the instruction `Context` ([#36](https://github.com/saber-hq/vipers/pull/36)). diff --git a/Cargo.lock b/Cargo.lock index 0b85f7a..8681ebc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1268,7 +1268,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vipers" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/vipers/Cargo.toml b/vipers/Cargo.toml index 19fb6ed..91f8525 100644 --- a/vipers/Cargo.toml +++ b/vipers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vipers" -version = "2.0.0" +version = "2.0.1" description = "Assorted checks and validations for writing safer Solana programs." homepage = "https://saber.so" repository = "https://github.com/saber-hq/vipers"