diff --git a/CHANGELOG.md b/CHANGELOG.md index aad2525..029d432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 2.1.1 + * Add support for structs with internal references to DieselNewTypes (`ethan-lowman-fp` [#30](https://github.com/quodlibetor/diesel-derive-newtype/pull/30)): ```rust diff --git a/Cargo.toml b/Cargo.toml index b93b3fa..dd92159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diesel-derive-newtype" -version = "2.1.0" +version = "2.1.1" authors = ["Brandon W Maister "] categories = ["database", "rust-patterns"] description = "Automatically connect newtypes to Diesel using their wrapped type"