Skip to content

Commit ad4bdb3

Browse files
committed
Release docs fix
1 parent de0d9eb commit ad4bdb3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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.2] - 2023-10-07
11+
12+
### Fixed
13+
14+
- Docs (#32 / thanks @c4710n)
15+
1016
## [0.11.1] - 2023-08-22
1117

1218
### Fixed
@@ -154,4 +160,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154160
### Fixed
155161

156162
- Support for ecto's `@schema_prefix`
157-

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

0 commit comments

Comments
 (0)