Skip to content

Commit

Permalink
chore: prepare for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Dec 28, 2024
1 parent eb88d14 commit 41de633
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 41de633

Please sign in to comment.