From be7fd1ffd2f6445d9268d9137b9613e949a8be9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:35:41 +1100 Subject: [PATCH] chore(master): release 1.1.4 (#38) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/bsb/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9a0585..8a7e683 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.3"} +{".":"1.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5cff7..1dc56e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09) + + +### Bug Fixes + +* 2023-11-09 periodic update of config/*.json database files. ([#37](https://github.com/coinjar/bsb/issues/37)) ([5a5da1b](https://github.com/coinjar/bsb/commit/5a5da1b99914e661047dd13ded5fde8ed60c5307)) + ## [1.1.3](https://github.com/coinjar/bsb/compare/v1.1.2...v1.1.3) (2023-07-07) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 5794115..220c831 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.1.3' + VERSION = '1.1.4' end