Skip to content

Commit 484cc24

Browse files
committed
chore: Release improved error message in 0.13.1
1 parent 4fc2fe6 commit 484cc24

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ 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.13.1] - 2024-04-04
11+
12+
### Fixed
13+
14+
- Updated README docs and improved error message for subscribing to `:inserted` for specific IDs (#46 / thanks @ghecho)
15+
1016
## [0.13.0] - 2024-04-04
1117

1218
### Added
1319

14-
- Added support for `source` option in ecto schema fields (thanks @danwanek-wm)
15-
- Added `column_map` option for schemaless watchers (thanks @danwanek-wm)
16-
- `PGUSER`, `PGPASSWORD`, `PGHOST`, and `PGDATABASE` environment variables for testing of library (thanks @danwanek-wm)
20+
- Added support for `source` option in ecto schema fields (#44 / thanks @danwanek-wm)
21+
- Added `column_map` option for schemaless watchers (#44 / thanks @danwanek-wm)
22+
- `PGUSER`, `PGPASSWORD`, `PGHOST`, and `PGDATABASE` environment variables for testing of library (#44 / thanks @danwanek-wm)
1723

1824
## [0.12.6] - 2024-04-01
1925

mix.exs

Lines changed: 1 addition & 1 deletion
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.13.0",
9+
version: "0.13.1",
1010
elixir: "~> 1.10",
1111
description:
1212
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",

0 commit comments

Comments
 (0)