diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f34fa..76d602f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.1.0] ### Added diff --git a/Cargo.toml b/Cargo.toml index e4bf1e5..80a66e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium-wallet-crypto-uniffi" -version = "4.0.0" +version = "4.1.0" edition = "2021" [lib]