diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e30b30..e8d4c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.4.1](https://github.com/dspicher/ur-rs/releases/tag/0.4.1) - 2023-10-16 - Take a reference to custom UR type identifiers ## [0.4.0](https://github.com/dspicher/ur-rs/releases/tag/0.4.0) - 2023-08-04 diff --git a/Cargo.toml b/Cargo.toml index 015061d..985f7c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["examples/wasm", "fuzz"] name = "ur" description = "A Rust implementation of Uniform Resources" license = "MIT" -version = "0.4.0" +version = "0.4.1" authors = ["Dominik Spicher "] edition = "2021" repository = "https://github.com/dspicher/ur-rs/"