From ad4bdb30aae852a38de1656e2cba8090e037df3e Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Mon, 7 Oct 2024 23:16:30 +0200 Subject: [PATCH] Release docs fix --- CHANGELOG.md | 7 ++++++- mix.exs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc96eb..12b9fca 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.11.2] - 2023-10-07 + +### Fixed + +- Docs (#32 / thanks @c4710n) + ## [0.11.1] - 2023-08-22 ### Fixed @@ -154,4 +160,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Support for ecto's `@schema_prefix` - diff --git a/mix.exs b/mix.exs index d7b15f5..f697183 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do def project do [ app: :ecto_watch, - version: "0.11.1", + version: "0.11.2", elixir: "~> 1.10", description: "EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",