Skip to content

Commit c724f76

Browse files
authored
Merge pull request #195 from cailloumajor/release-please--branches--main--components--centrifugo-change-stream
chore(main): release 4.0.0
2 parents a34c631 + 003bce2 commit c724f76

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/cailloumajor/centrifugo-change-stream/compare/v3.2.5...v4.0.0) (2023-07-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* compatibility with Centrifugo v5
9+
10+
### Features
11+
12+
* compatibility with Centrifugo v5 ([a8fc6ef](https://github.com/cailloumajor/centrifugo-change-stream/commit/a8fc6efbf88e98e9ee96614692502f3e093fbaf5))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update rust crate serde to 1.0.177 ([8eabeda](https://github.com/cailloumajor/centrifugo-change-stream/commit/8eabedad9051117fcebfa0d3cc7520e404b64d38))
18+
* **deps:** update rust crate serde_json to 1.0.104 ([245d07f](https://github.com/cailloumajor/centrifugo-change-stream/commit/245d07f42b8c664e45b3b13779a0808302e5f95d))
19+
320
## [3.2.5](https://github.com/cailloumajor/centrifugo-change-stream/compare/v3.2.4...v3.2.5) (2023-07-25)
421

522

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "centrifugo-change-stream"
3-
version = "3.2.5"
3+
version = "4.0.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)