Skip to content

Commit

Permalink
feat(*): Prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Feb 24, 2023
1 parent 740dbfc commit 726c623
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ The public API of this library consists of all public or protected methods, prop

---

## [2.1.0](https://github.com/crowdsecurity/php-capi-client/releases/tag/v2.1.0) - 2023-02-24
[_Compare with previous release_](https://github.com/crowdsecurity/php-capi-client/compare/v2.0.0...v2.1.0)

### Added

- Add `metrics` in signals


---

## [2.0.0](https://github.com/crowdsecurity/php-capi-client/releases/tag/v2.0.0) - 2023-02-02
[_Compare with previous release_](https://github.com/crowdsecurity/php-capi-client/compare/v1.0.1...v2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ class Constants extends CommonConstants
/**
* @var string The current version of this library
*/
public const VERSION = 'v2.0.0';
public const VERSION = 'v2.1.0';
}

0 comments on commit 726c623

Please sign in to comment.