diff --git a/CHANGELOG.md b/CHANGELOG.md index 496e29d..5873971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.7.0 - 2026-07-13 + ### Added - Support configuring `Faraday::ConnectionFailed` and `Faraday::TimeoutError` diff --git a/lib/data_services_api/version.rb b/lib/data_services_api/version.rb index c2dfeaa..2865d13 100644 --- a/lib/data_services_api/version.rb +++ b/lib/data_services_api/version.rb @@ -3,8 +3,8 @@ # :nodoc: module DataServicesApi MAJOR = 1 - MINOR = 6 - PATCH = 1 + MINOR = 7 + PATCH = 0 SUFFIX = nil VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}".freeze end