Skip to content

Commit

Permalink
feat(*): Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 1, 2023
1 parent 065bd3b commit dff67d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [0.2.0](https://github.com/crowdsecurity/magento-cs-extension/releases/tag/v0.2.0) - 2023-08-01
[_Compare with previous release_](https://github.com/crowdsecurity/magento-cs-extension/compare/v0.1.0...v0.2.0)


### Add

- Add observer to listen `crowdsec_engine_detected_alert` event and add alert to signal queue

---

## [0.1.0](https://github.com/crowdsecurity/magento-cs-extension/releases/tag/v0.1.0) - 2023-07-12
[_Compare with previous release_](https://github.com/crowdsecurity/magento-cs-extension/compare/v0.0.1...v0.1.0)

---

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ class Constants extends CapiConstants
/** @var string The user agent suffix used to send request to CAPI */
public const USER_AGENT_SUFFIX = 'magento2';
/** @var string The last version of this module */
public const VERSION = 'v0.1.0';
public const VERSION = 'v0.2.0';
}
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": "crowdsec/magento2-module-engine",
"description": "This Magento 2 module allows sharing threat signal and benefit from the CrowdSec's community blocklist.",
"type": "magento2-module",
"version": "0.1.0",
"version": "0.2.0",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit dff67d0

Please sign in to comment.