Skip to content

Commit

Permalink
Prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed May 10, 2023
1 parent 106d00d commit 0c77e6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.1] - 2023-05-10

### Fixed
* Added forgotten `declare(strict_types=1)` to the files containing PHP classes
* Added annotations to `ResultSet` that prevent psalm from triggering errors when iterating / getting offsets,
see [psalm issue #9698](https://github.com/vimeo/psalm/issues/9698)

## [2.1.0] - 2023-04-10

### Added
Expand Down Expand Up @@ -183,3 +190,4 @@ Initial release on GitHub
[2.0.0-beta]: https://github.com/sad-spirit/pg-wrapper/compare/v1.0.0...v2.0.0-beta
[2.0.0]: https://github.com/sad-spirit/pg-wrapper/compare/v2.0.0-beta...v2.0.0
[2.1.0]: https://github.com/sad-spirit/pg-wrapper/compare/v2.0.0...v2.1.0
[2.1.1]: https://github.com/sad-spirit/pg-wrapper/compare/v2.1.0...v2.1.1

0 comments on commit 0c77e6f

Please sign in to comment.