Skip to content

Commit 1d30bee

Browse files
committed
Add a changelog entry
1 parent b09d82a commit 1d30bee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
66

77
## Unreleased
88

9+
### [2.2.0] - 2024-05-31
10+
11+
* Update diesel version to 2.2.0
12+
913
### [2.1.1] - 2023-10-19
1014

1115
* Add a missing `#[derive(FromSqlRow)]` for the `RegConfig` type to allow loading it from the database
@@ -30,3 +34,4 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
3034
[2.0.0]: https://github.com/diesel-rs/diesel_full_text_search/compare/v1.0.1...v2.0.0
3135
[2.1.0]: https://github.com/diesel-rs/diesel_full_text_search/compare/v2.0.0...v2.1.0
3236
[2.1.1]: https://github.com/diesel-rs/diesel_full_text_search/compare/v2.1.0...v2.1.1
37+
[2.2.0]: https://github.com/diesel-rs/diesel_full_text_search/compare/v2.1.1...v2.2.0

0 commit comments

Comments
 (0)