diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b12d7..80bb9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,4 +55,10 @@ Features: ## 0.1.9 (2017-03-07) Features: - - fix site config \ No newline at end of file + - fix site config + +## 0.1.10 (2024-08-16) + +Features: + + - Fix compatibility with Faraday 2.0 diff --git a/lib/omniauth/intercom/version.rb b/lib/omniauth/intercom/version.rb index 22659eb..189115b 100644 --- a/lib/omniauth/intercom/version.rb +++ b/lib/omniauth/intercom/version.rb @@ -1,5 +1,5 @@ module OmniAuth module Intercom - VERSION = "0.1.9" + VERSION = "0.1.10" end end