Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ActiveFulfillment changelog

### Version 3.2.12 (April 1, 2024)
- Change active_utils from pecimistic to optimistic version constraint
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Change active_utils from pecimistic to optimistic version constraint
- Change active_utils from pessimistic to optimistic version constraint

- Remove CLA from probot and use new GitHub action
- Clean up service.yml manifest

### Version 3.2.11 (September 11, 2020)
- Fix callback url to handle trailing segment and trailing slash

Expand Down
2 changes: 1 addition & 1 deletion lib/active_fulfillment/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module ActiveFulfillment
VERSION = "3.2.11"
VERSION = "3.2.12"
end