Skip to content

Commit 530be2b

Browse files
committed
chore: Release 0.11.0 with debug? option
1 parent 004d27c commit 530be2b

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.11.0] - 2023-08-19
11+
12+
### Added
13+
14+
- `debug?` option for individual watchers as well as globally. See the "Debugging" section of the [HexDocs documentation](https://hexdocs.pm/ecto_watch)
15+
1016
## [0.10.0] - 2023-08-16
1117

1218
### Added

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.10.0",
9+
version: "0.11.0",
1010
elixir: "~> 1.10",
1111
description:
1212
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",

0 commit comments

Comments
 (0)