Skip to content

Commit

Permalink
Version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Dec 21, 2023
1 parent 18ff950 commit 6a09d39
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,4 +1,8 @@
# Changelog
## [3.5.1] - 2023-12-21
### Fixed
* Fix getting SCOPE_STORES from incorrect ScopeInterface (https://github.com/justbetter/magento2-sentry/pull/123) thanks to https://github.com/peterjaap
* Improve extendibility by changing self to static (https://github.com/justbetter/magento2-sentry/pull/122) thanks to https://github.com/peterjaap
## [3.5.0] - 2023-12-20
### Added
* Added support for configuration using System Configuration (https://github.com/justbetter/magento2-sentry/pull/121) thanks to https://github.com/ArjenMiedema
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": "justbetter/magento2-sentry",
"description": "Magento 2 Logger for Sentry",
"type": "magento2-module",
"version": "3.5.0",
"version": "3.5.1",
"license": "MIT",
"require": {
"php": ">=7.0",
Expand Down

0 comments on commit 6a09d39

Please sign in to comment.