From 5d9b1cfc3b607ccd71f637316fcb31303636529e Mon Sep 17 00:00:00 2001 From: FelizCoder <102613721+FelizCoder@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:57:45 +0200 Subject: [PATCH] chore(main): release 1.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ openapi/openapi.json | 2 +- version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef19757..3b1b1b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.5.0"} +{".":"1.6.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf8c7b..417c6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/FelizCoder/crewstand.backend/compare/v1.5.0...v1.6.0) (2025-06-27) + + +### Features + +* **missions:** Send last classified mission data upon classified mission websocket connection ([9eb5ac1](https://github.com/FelizCoder/crewstand.backend/commit/9eb5ac1dc00b273bc0de9510a49528500b9ee0f9)), closes [#96](https://github.com/FelizCoder/crewstand.backend/issues/96) + ## [1.5.0](https://github.com/FelizCoder/crewstand.backend/compare/v1.4.1...v1.5.0) (2025-04-23) diff --git a/openapi/openapi.json b/openapi/openapi.json index 52dc4cb..bf0f9fc 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "swn crew backend", - "version": "1.5.0" + "version": "1.6.0" }, "paths": { "/v1/actuators/": { diff --git a/version.txt b/version.txt index bc80560..dc1e644 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.0 +1.6.0