Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rreinhardt9 committed Aug 6, 2020
1 parent afde5fb commit e101942
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Upcoming Release

- Any unhandled error is now logged to the configured rails logger by default. You can also now supply a custom callable that will be used to handle those exceptions instead.
# v0.3.1 8-06-2020

- [Any unhandled error is now logged](https://github.com/lessonly/scim_rails/pull/27
) to the configured rails logger by default. You can also now supply a custom callable that will be used to handle those exceptions instead.
- [Fix a bug](https://github.com/lessonly/scim_rails/pull/30) where an exception was raised when the patch endpoint receive a malformed or enexpected request.
4 changes: 3 additions & 1 deletion lib/scim_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module ScimRails
VERSION = '0.3.0'
VERSION = "0.3.1"
end

0 comments on commit e101942

Please sign in to comment.