From 73b3ee0c14a83ab9e278e7a637cf12ba68e4b7e3 Mon Sep 17 00:00:00 2001 From: Release User <no-reply@worldline.com> Date: Thu, 31 Oct 2024 10:14:52 +0000 Subject: [PATCH] chore(version): release 1.14.0 --- CHANGELOG.md | 4 +++- chart/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2756618..937efc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## Unreleased +## [1.14.0] - 2024-10-31 ### Added - Add CHANGELOG.md ### Changed - IGNGPF-4313 update agent to 1.9.0 + +[1.14.0]: https://gitlab.gpf-tech.ign.fr/geoplateforme/itineraire/gpf-road2/-/tags/v1.14.0 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e768931..57ef2b1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: gpf-road2 description: Service de déploiement de road2 type: application -version: 1.13.1-SNAPSHOT -appVersion: "1.13.1-SNAPSHOT" +version: 1.14.0 +appVersion: "1.14.0" -- GitLab