Skip to content

Commit

Permalink
chore(changelog): Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Feb 9, 2024
1 parent dd7bd3f commit de3e4e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ functions provided by the `src/cscapi` folder.

---

## [0.2.0](https://github.com/crowdsecurity/python-capi-sdk/releases/tag/v0.2.0) - 2024-02-09
[_Compare with previous release_](https://github.com/crowdsecurity/python-capi-sdk/compare/v0.1.0...v0.2.0)


### Changed

- Update `create_signal` function to accept datetime object for the `created_at` argument ([#16](https://github.com/crowdsecurity/python-capi-sdk/pull/16))

---

## [0.1.0](https://github.com/crowdsecurity/python-capi-sdk/releases/tag/v0.1.0) - 2024-02-08
[_Compare with previous release_](https://github.com/crowdsecurity/python-capi-sdk/compare/v0.0.2...v0.1.0)
Expand All @@ -20,7 +29,7 @@ functions provided by the `src/cscapi` folder.

### Added

- Add `CAPIClient::prune_failing_machines_signals` method for deleting signals from failing machines
- Add `CAPIClient::prune_failing_machines_signals` method for deleting signals from failing machines ([#14](https://github.com/crowdsecurity/python-capi-sdk/pull/14))


---
Expand Down

0 comments on commit de3e4e9

Please sign in to comment.