We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9069f47 commit ae2220dCopy full SHA for ae2220d
CHANGELOG.md
@@ -55,4 +55,10 @@ Features:
55
## 0.1.9 (2017-03-07)
56
57
Features:
58
- - fix site config
+ - fix site config
59
+
60
+## 0.1.10 (2024-08-16)
61
62
+Features:
63
64
+ - Fix compatibility with Faraday 2.0
lib/omniauth/intercom/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module Intercom
3
- VERSION = "0.1.9"
+ VERSION = "0.1.10"
4
end
5
0 commit comments