Skip to content

Commit

Permalink
Bump to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanni Abdulmusawwir committed Oct 24, 2022
1 parent 76e8d30 commit f38bdab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0

* Ensure Prius#load raises an error when unexpected options are passed

# 4.1.0

* Add support for coercing to a date.
Expand Down
2 changes: 1 addition & 1 deletion lib/prius/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Prius
VERSION = "4.1.0"
VERSION = "5.0.0"
end

0 comments on commit f38bdab

Please sign in to comment.