diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b839ec3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/somleng/cursor_paginator/compare/v0.1.0...v0.2.0) (2024-04-19) + + +### Features + +* Handle limits ([#3](https://github.com/somleng/cursor_paginator/issues/3)) ([3faf758](https://github.com/somleng/cursor_paginator/commit/3faf758eb282560f0321bdab44636d2937acb856)) diff --git a/lib/cursor_paginator/version.rb b/lib/cursor_paginator/version.rb index 0d2f520..3dc0adb 100644 --- a/lib/cursor_paginator/version.rb +++ b/lib/cursor_paginator/version.rb @@ -1,3 +1,3 @@ module CursorPaginator - VERSION = "0.1.0" + VERSION = "0.2.0" end