From 435c574e61f85e1b3a6c246a63f22937c994ca03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 20 Aug 2024 14:41:35 +0200 Subject: [PATCH] Release v0.26.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f41cc..f44ffc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.26.1 + + * Address backwards incompatible changes in previous release + ## v0.26.0 This release changes the way you use Gettext. We're not crazy: it does so because doing so makes it a lot faster to compile projects that use Gettext. diff --git a/mix.exs b/mix.exs index 5316497..536e1ab 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Gettext.Mixfile do use Mix.Project - @version "0.26.0" + @version "0.26.1" @description "Internationalization and localization through gettext" @repo_url "https://github.com/elixir-gettext/gettext"