Skip to content

Commit

Permalink
Merge pull request #47 from zenspongebob/v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
anitsirc authored Dec 23, 2022
2 parents 3319b73 + 06caa60 commit 55c9826
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ulid-rails CHANGELOG

## 1.1.0

- Fix eager loading with limit/offset on models that have ulid primary key. The fix only applies to ActiveRecord 5.2, 6 and 7 (#38).
- Add support for Ruby 3.1.
- Add support for ActiveRecord 7.

## 1.0.0

- Drop support for Rails 4.2.
Expand Down
2 changes: 1 addition & 1 deletion lib/ulid/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ULID
module Rails
VERSION = "1.0.0"
VERSION = "1.1.0"
end
end

0 comments on commit 55c9826

Please sign in to comment.