From 4451c029183ca91cfdbc8556a98af3fbe6225e24 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 10 Jan 2025 08:50:03 +0000 Subject: [PATCH] chore(release): 4.17.1 [skip ci] ## [4.17.1](https://github.com/informatievlaanderen/road-registry/compare/v4.17.0...v4.17.1) (2025-01-10) ### Bug Fixes * don't pass authorization header when uploading using presigned url ([#1586](https://github.com/informatievlaanderen/road-registry/issues/1586)) ([a2d9152](https://github.com/informatievlaanderen/road-registry/commit/a2d91525039731fac206bca7bf9ec283e66aae51)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e589426..845a35a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.17.1](https://github.com/informatievlaanderen/road-registry/compare/v4.17.0...v4.17.1) (2025-01-10) + + +### Bug Fixes + +* don't pass authorization header when uploading using presigned url ([#1586](https://github.com/informatievlaanderen/road-registry/issues/1586)) ([a2d9152](https://github.com/informatievlaanderen/road-registry/commit/a2d91525039731fac206bca7bf9ec283e66aae51)) + # [4.17.0](https://github.com/informatievlaanderen/road-registry/compare/v4.16.7...v4.17.0) (2025-01-02) diff --git a/package-lock.json b/package-lock.json index e22a144c0..224a5ecf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "road-registry", - "version": "4.17.0", + "version": "4.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "road-registry", - "version": "4.17.0", + "version": "4.17.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 114d7a45f..224c16f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "4.17.0", + "version": "4.17.1", "description": "Authentic base registry containing all road nodes and segments of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",