From 827b2bb70c09fc66deaa397d7abfa3b07bb6e155 Mon Sep 17 00:00:00 2001 From: joescottdave Date: Mon, 13 Jul 2026 15:32:14 +0200 Subject: [PATCH] chore: release 1.7.0 --- CHANGELOG.md | 2 ++ lib/data_services_api/version.rb | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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