Skip to content

Commit

Permalink
Release 0.23.2
Browse files Browse the repository at this point in the history
Updates changelog & project version
  • Loading branch information
matiasgarciaisaia committed Dec 30, 2019
1 parent 382f480 commit 75b8aeb
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

## 0.23.2

### Bugfixes

* Calls' `not_after` limit spans for an extra day in western timezones [#1603](https://github.com/instedd/surveda/issues/1603)

## 0.23.1

### Features
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.23.1",
version: "0.23.2",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
Expand Down

0 comments on commit 75b8aeb

Please sign in to comment.