Skip to content

Commit df7f0e3

Browse files
committed
Prepare for version 5.16.0 release
1 parent f9f1bbd commit df7f0e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
5.16.0
2+
------
3+
*[Add new settings to `Twitter::Settings`](https://github.com/sferik/twitter/commit/d047ce00034d26a99927076c28679ce08fd69308)
4+
*[Add `Twitter::Trend#tweet_volume`](https://github.com/sferik/twitter/commit/e797b62e5e6a768e8aeafde6186e1f5310e6bfc6)
5+
*[Remove the encoding of profile urls](https://github.com/sferik/twitter/commit/6d46bd689ab4a4f119d1d692488aab37e4e99893) ([@TimHaines](https://twitter.com/TimHaines))
6+
*[Fix issue with port number in streaming connection](https://github.com/sferik/twitter/issues/709)
7+
18
5.15.0
29
------
310
*[`NullObject#as_json` returns 'null'](https://github.com/sferik/twitter/commit/2979e703c09a45f012cb2c5b2d6663bf1f4d3351) ([@lukevmorris](https://twitter.com/lukevmorris))

‎lib/twitter/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def major
99

1010
# @return [Integer]
1111
defminor
12-
15
12+
16
1313
end
1414

1515
# @return [Integer]

0 commit comments

Comments
(0)