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"