Skip to content

Commit

Permalink
Adding recieptient_id caching to expressway
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Sep 2, 2024
1 parent 8d57f23 commit bb3e2fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit bb3e2fb

Please sign in to comment.