diff --git a/CHANGELOG.md b/CHANGELOG.md index c685617..dc0936a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +0.12.4 +------ +#### Enhancements +- Support destroy lists API (#145). +- Support add members to a list API (#146). + 0.12.3 ------ #### Enhancements -- Suport create lists API (#144). +- Support create lists API (#144). 0.12.2 ------ diff --git a/mix.exs b/mix.exs index edc27f2..132f1ff 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExTwitter.Mixfile do def project do [ app: :extwitter, - version: "0.12.3", + version: "0.12.4", elixir: ">= 1.4.0", deps: deps(), description: description(),