Skip to content

Commit 25dacbc

Browse files
committed
Update CHANGELOG
1 parent ec41d98 commit 25dacbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.9.2
2+
------
3+
#### Changes
4+
* Fixed crash if message is not string (#98).
5+
6+
17
0.9.1
28
------
39
#### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExTwitter.Mixfile do
33

44
def project do
55
[ app: :extwitter,
6-
version: "0.9.1",
6+
version: "0.9.2",
77
elixir: ">= 1.4.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)