Skip to content

Commit da98ab6

Browse files
committed
New release with all merged pull-requests
1 parent 4226490 commit da98ab6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ More information about possible parameters can be found at https://docs.api.ai/d
7878
**ApiAiRuby::Client** currently able to raise two kind of errors: **ApiAiRuby::ClientError** (due to configuration mismatch) and **ApiAiRuby::RequestError** in case of something goes wrong during request. For both kind of errors you can get **error.message** (as usual) and **ApiAiRuby::RequestError** can additionally give you code of server error (you can get it with **error.code**)
7979

8080

81+
#Changelog
8182

82-
83+
1.1.2 - fixed compatibility with ruby version less then 2.1.6

lib/api-ai-ruby/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ApiAiRuby
22
class Constants
3-
VERSION = '1.1.0'
3+
VERSION = '1.1.2'
44
DEFAULT_BASE_URL = 'https://api.api.ai/v1/'
55
DEFAULT_API_VERSION = '20150204'
66
DEFAULT_CLIENT_LANG = 'en'

0 commit comments

Comments
 (0)