Skip to content

Commit 114058d

Browse files
committed
v1.3.0
1 parent 37fec97 commit 114058d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## 1.3.0 - 2023-05-13
99

1010
### Improved
1111

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

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

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

2121
## 1.2.0 - 2022-11-03
2222

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.2.0</VersionPrefix>
3+
<VersionPrefix>1.3.0</VersionPrefix>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)