Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2024-02-13)

### Bug Fixes

* Add check for order's ability to be held, implement try-catch for hold operation, and improve logging ([d76d8e1](d76d8e1))
* **cron:** Do not update review order if decision hasn't yet been rendered ([43487aa](43487aa))
  • Loading branch information
semantic-release-bot committed Feb 13, 2024
1 parent d76d8e1 commit b828fc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.1](https://github.com/Nofraud/nofraud_connect/compare/v1.2.0...v1.2.1) (2024-02-13)


### Bug Fixes

* Add check for order's ability to be held, implement try-catch for hold operation, and improve logging ([d76d8e1](https://github.com/Nofraud/nofraud_connect/commit/d76d8e1483bd7db89d2ef4e5d36fe2123cda512d))
* **cron:** Do not update review order if decision hasn't yet been rendered ([43487aa](https://github.com/Nofraud/nofraud_connect/commit/43487aa5c02bf7a9be7f3bb16aa86c61af130c23))

# [1.2.0](https://github.com/Nofraud/nofraud_connect/compare/v1.1.0...v1.2.0) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nofraud/connect",
"description": "Sends your transactions to NoFraud for verification of no fraud.",
"type": "magento2-module",
"version": "1.2.0",
"version": "1.2.1",
"license": [
"OSL-3.0"
],
Expand Down

0 comments on commit b828fc7

Please sign in to comment.