From d6f2223de5b635ff60307b49b404f14fc31e0feb Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 19 Jul 2026 12:31:43 +0200 Subject: [PATCH] chore: release v1.7.0 Network-migration release: default Core API and Tatlock API URLs now point at the public https schweitz.net domains, and the decommissioned Netdata / code-server quick links are removed. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9acb0de..fec7743 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-19 + ### Changed - Default Core API and Tatlock API URLs now use the public domains diff --git a/pubspec.yaml b/pubspec.yaml index eb690ab..a54d0e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.6.0+1 +version: 1.7.0+1 environment: sdk: ^3.10.4