diff --git a/CHANGELOG.md b/CHANGELOG.md index da34a0b..273a712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,8 @@ ## [0.1.0] - 2023-01-10 -- Initial release +Initial release + +## [2.0.0] - 2023-08-03 + +Faraday version change diff --git a/lib/loco_sync/version.rb b/lib/loco_sync/version.rb index 37a7d03..ddabd80 100644 --- a/lib/loco_sync/version.rb +++ b/lib/loco_sync/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module LocoSync - VERSION = "1.0.0" + VERSION = "2.0.0" end diff --git a/loco_sync.gemspec b/loco_sync.gemspec index ed23a06..66c760e 100644 --- a/loco_sync.gemspec +++ b/loco_sync.gemspec @@ -23,6 +23,6 @@ Gem::Specification.new do |spec| ] spec.extra_rdoc_files = ["README.md"] - spec.add_dependency "faraday", "~>1.4.2" + spec.add_dependency "faraday", ">= 2.0" spec.add_dependency "zeitwerk", "~> 2.4" end