Skip to content

Commit

Permalink
Release 0.21.4 (version bump + changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Jun 7, 2019
1 parent 15a32b7 commit 96a6734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# InSTEDD Surveda Changelog

## Ulmus 0.21.4

## Bugfixes

* Fix expired calls not being retried if the status callback was missed

## Ulmus 0.21.3

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Ask.Mixfile do

def project do
[app: :ask,
version: "0.21.3",
version: "0.21.4",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
Expand Down

0 comments on commit 96a6734

Please sign in to comment.