diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 19de156..bf9b164 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: remove self-hosted Sentry config + hash: 3f390363034c3d9ceeacaa78c93ceee927a9aaff + body: | + * components can be manually configuired to point to SaaS Sentry + footer: + change-type: patch + author: ab77 + nested: [] + version: 16.0.16 + title: "" + date: 2023-12-05T00:24:26.689Z - commits: - subject: Update dependency node to v20.10.0 hash: c5a98cbac21692a085efd4d6118e080a1351222e diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be1c52..5582f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v16.0.16 +## (2023-12-05) + +* remove self-hosted Sentry config [ab77] + # v16.0.15 ## (2023-11-22) diff --git a/VERSION b/VERSION index 0f37c55..af46118 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.15 \ No newline at end of file +16.0.16 \ No newline at end of file