diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 395b9af..64aea53 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,10 @@ VERSIONS Next Release ------------ +0.0.19 +----------- +Adding a caching system for reciepient_id + 0.0.18 ----------- Fix queue status in health check. diff --git a/mix.exs b/mix.exs index 07a737c..12662bb 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TurnJunebugExpressway.Mixfile do def project do [ app: :turn_junebug_expressway, - version: "0.0.18", + version: "0.0.19", elixir: "~> 1.17", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:gettext] ++ Mix.compilers(),