Skip to content

Commit cb3aa36

Browse files
committed
fix: docs typo
1 parent 2a5d152 commit cb3aa36

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.4] - 2024-02-13
11+
12+
### Fixed
13+
14+
- Docs typo
15+
1016
## [0.12.3] - 2024-02-13
1117

1218
### Fixed

guides/introduction/Trigger Length Errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ If you use the `label` option you'll need to change your subscriptions and `hand
1111
If your label is too long, you'll get the following error:
1212

1313
```text
14-
Label is #{difference} character(s) too long to be part of the Postgres trigger name.
14+
Label is XXX character(s) too long to be part of the Postgres trigger name.
1515
1616
```

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

0 commit comments

Comments
 (0)