From 0efcebb823aa7d1867cb5d626a1c01923397364d Mon Sep 17 00:00:00 2001 From: AJ Foster <2789166+aj-foster@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:48:21 -0500 Subject: [PATCH] Release 0.2.3 --- CHANGELOG.md | 4 ++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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