Skip to content

Commit b02a8f7

Browse files
committed
[*] Changing version to 2.0.0 according to merged changes
1 parent 7901d9f commit b02a8f7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :test do
1212
gem 'coveralls'
1313
gem 'rspec', '>= 2.14'
1414
gem 'simplecov', '>= 0.9'
15-
gem 'webmock'
15+
gem 'webmock', '>=2.3.2'
1616
end
1717

1818
gemspec

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,17 @@ Please see the [httprb wiki on timeouts](https://github.com/httprb/http/wiki/Tim
175175

176176
#Changelog
177177

178+
##2.0.0
179+
###Breaking:
180+
- http gem dependency updated to 2.0, it does no longer raise `Errno::ETIMEDOUT`. Thanks to @tak1n
181+
178182
##1.3.0
179183

180-
###Non-breaking
184+
###Non-breaking:
181185
- contexts endpoint support (https://docs.api.ai/docs/contexts)
182186
- better RDoc
183187

184-
###Breaking
188+
###Breaking:
185189
- ApiAiRuby::Client::user_entities_request renamed to ApiAiRuby::Client::create_user_entities_request
186190
- ApiAiRuby::Entity::addEntry renamed to ApiAiRuby::Entity::add_entry
187191

lib/api-ai-ruby/constants.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ApiAiRuby
22
class Constants
3-
VERSION = '1.3.0'
3+
VERSION = '2.0.0'
44
DEFAULT_BASE_URL = 'https://api.api.ai/v1/'
55
DEFAULT_API_VERSION = '20150910'
66
DEFAULT_CLIENT_LANG = 'en'

0 commit comments

Comments
 (0)