diff --git a/CHANGELOG.md b/CHANGELOG.md index 093b3f4..1be3287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _Nothing yet_ +### 0.2.3 (2023-12-11) + +* **Fix**: Resolve issue with the contract of `GitHub.Webhook.body_reader/1` and the underlying reader function. + ### 0.2.2 (2023-12-11) * **Add**: Create `GitHub.Auth` implementation for `GitHub.App` structs. diff --git a/README.md b/README.md index e81f599..4a666cc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the dependency in `mix.exs`: ```elixir def deps do [ - {:oapi_github, "~> 0.2.2"} + {:oapi_github, "~> 0.2.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 801c8e6..fa4ec70 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GitHub.MixProject do use Mix.Project - @version "0.2.2" + @version "0.2.3" @source_url "https://github.com/aj-foster/open-api-github" def project do