Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsales committed Mar 5, 2023
1 parent 708367c commit cc95caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 1.4.0

- PR #32 - Allow fully deterministic ULID generation by providing both the timestamp
component and a string suffix to replace the randomness component. Thanks @andjosh

# 1.2.0

- PR #20 - Use an array to improve speed / reduce memory allocations. Thanks, @jamescook
Expand Down
2 changes: 1 addition & 1 deletion lib/ulid/version.rb
@@ -1,4 +1,4 @@
# frozen-string-literal: true
module ULID
VERSION = '1.3.0'
VERSION = '1.4.0'
end

0 comments on commit cc95caf

Please sign in to comment.