Skip to content

Commit

Permalink
Merge pull request #15 from zendesk/release-v0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
chaymaeBZ authored Oct 25, 2021
2 parents d8f8f3b + 8c39ea9 commit 7556578
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

## 0.5

- Ensure ULID order respects timestamp order to millisecond precision.

- Validation of ULID format when setting value. A wrong format value will trigger a `ULID::Rails::ArgumentError`.

## 0.3

- Support PostgresQL
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 = "0.4.0"
VERSION = "0.5.0"
end
end

0 comments on commit 7556578

Please sign in to comment.