From 00b0fc2e23b2d66d0ec11598df5a43a19554f32b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:03:22 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#5) :robot: I have created a release *beep* *boop* --- ## 1.0.0 (2023-10-31) - Final definition of the `eventstore` interface - Implementation for cockroachdb - Added tests in ci - Added release please - added sasl --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Silvan --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3028ab4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2023-10-31) + +- Final definition of the `eventstore` interface +- Implementation for cockroachdb +- Added tests in ci +- Added release please +- added sasl