Skip to content

Commit

Permalink
Add date to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Oct 5, 2023
1 parent 6811931 commit a4b5a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

## [2.1.3] 2023-10-xx
## [2.1.3] 2023-10-05

* Increased accidently decreased limit around element count in `DISTINCT ON` and `ORDER BY` clauses again as that broke existing code

Expand Down Expand Up @@ -2057,3 +2057,4 @@ queries or set `PIPES_AS_CONCAT` manually.
[2.1.0]: https://github.com/diesel-rs/diesel/compare/v2.0.0...v2.1.0
[2.1.1]: https://github.com/diesel-rs/diesel/compare/v2.1.0...v2.1.1
[2.1.2]: https://github.com/diesel-rs/diesel/compare/v2.1.1...v2.1.2
[2.1.3]: https://github.com/diesel-rs/diesel/compare/v2.1.2...v2.1.3

0 comments on commit a4b5a8b

Please sign in to comment.