Skip to content

Commit 242b4d6

Browse files
committed
chore: Release fix to extra insert broadcast
1 parent 5d598e8 commit 242b4d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
**IMPORTANT NOTE**: Make sure to see the [Upgrading Versions](guides/howtos/Upgrading Versions.md) guide in the [HexDocs documentation](https://hexdocs.pm/ecto_watch) if you're having an issue after upgrading.
99

10+
## [0.12.5] - 2024-02-14
11+
12+
### Fixed
13+
14+
- Removed extra broadcast for inserts (#40 / thanks @Zurga)
15+
1016
## [0.12.4] - 2024-02-13
1117

1218
### Fixed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do
66
def project do
77
[
88
app: :ecto_watch,
9-
version: "0.12.4",
9+
version: "0.12.5",
1010
elixir: "~> 1.10",
1111
description:
1212
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",

0 commit comments

Comments
 (0)