From d7063e46dbcd80841586e9ab2a4ed51f0f285a1e Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Fri, 17 Nov 2023 16:58:06 +0000 Subject: [PATCH] build: release v3.32.1. --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8563eb3b5..fbfe19456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.32.1] - 2023-11-17 +### Changed +- ci: splits out static site build step. +- docs: adds examples link. +- docs: adds mermaid plugin to static site generator. +- docs: improves description of Docker bundle steps. +- docs: improves description of deployment patterns and bundle steps. +- docs: switches config store C4 node to DB. +- test: adds dockerfile to preview docs. + +### Fixed +- fix: use relative link to configuration documentation in CORS section. + ## [3.32.0] - 2023-11-12 ### Added - feat(openapi): allows the specification path prefix to be set. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..127506a7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=3.32.1