diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa1b11a..b7d05ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: - name: Set up Elixir uses: erlef/setup-beam@v1 with: - elixir-version: "1.18.0" - otp-version: "27.0.1" + elixir-version: "1.18.1" + otp-version: "27.2" - name: Restore dependencies cache uses: actions/cache@v3 with: @@ -53,8 +53,8 @@ jobs: - name: Set up Elixir uses: erlef/setup-beam@v1 with: - elixir-version: "1.18.0" - otp-version: "27.0.1" + elixir-version: "1.18.1" + otp-version: "27.2" - name: Restore dependencies cache uses: actions/cache@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f9c0e..fe03eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v2.0.1 - 2024-12-28 **Changed** diff --git a/mix.exs b/mix.exs index e38b68e..e76b922 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Pigeon.Mixfile do use Mix.Project @source_url "https://github.com/codedge-llc/pigeon" - @version "2.0.0" + @version "2.0.1" def project do [