Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahhal committed May 13, 2023
1 parent 37fec97 commit 114058d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 1.3.0 - 2023-05-13

### Improved

Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Prebuilt keyset query definition ([#43](https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination/issues/43) by [@mrahhal](https://github.com/mrahhal))

[**Full diff**](https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination/compare/v1.2.0...HEAD)
[**Full diff**](https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination/compare/v1.2.0...v1.3.0)

## 1.2.0 - 2022-11-03

Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
</PropertyGroup>
</Project>

0 comments on commit 114058d

Please sign in to comment.