From 242b4d63db2713733ddd6482e3697a5f9c8b3d3a Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Fri, 14 Feb 2025 21:46:48 +0100 Subject: [PATCH] chore: Release fix to extra insert broadcast --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae74a6..45b97ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **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. +## [0.12.5] - 2024-02-14 + +### Fixed + +- Removed extra broadcast for inserts (#40 / thanks @Zurga) + ## [0.12.4] - 2024-02-13 ### Fixed diff --git a/mix.exs b/mix.exs index bcc0c96..4c9c7de 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do def project do [ app: :ecto_watch, - version: "0.12.4", + version: "0.12.5", elixir: "~> 1.10", description: "EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",