Skip to content

Commit

Permalink
chore(*): Prepare release 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Mar 29, 2024
1 parent 072fd19 commit 99c63f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
- name: Create release ${{ env.VERSION_NUMBER }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: CHANGELOG.txt
name: ${{ env.VERSION_NUMBER }}
Expand Down
9 changes: 9 additions & 0 deletions 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.6.0](https://github.com/crowdsecurity/python-capi-sdk/releases/tag/v0.6.0) - 2024-03-29
[_Compare with previous release_](https://github.com/crowdsecurity/python-capi-sdk/compare/v0.5.0...v0.6.0)

### Added

- Add MongoDB storage implementation ([#27](https://github.com/crowdsecurity/python-capi-sdk/pull/27))

---

## [0.5.0](https://github.com/crowdsecurity/python-capi-sdk/releases/tag/v0.5.0) - 2024-03-20
[_Compare with previous release_](https://github.com/crowdsecurity/python-capi-sdk/compare/v0.4.0...v0.5.0)

Expand Down

0 comments on commit 99c63f9

Please sign in to comment.