From 32df1aae13d2f1beeedadcdb4eaa11f4d30d6864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:59:50 +1000 Subject: [PATCH] chore(master): release 1.1.10 (#54) 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 392c745..b03799b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.9"} +{".":"1.1.10"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ef844..3526148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.10](https://github.com/coinjar/bsb/compare/v1.1.9...v1.1.10) (2024-06-05) + + +### Bug Fixes + +* 2024-06-05 periodic update of config/*.json database files. ([#53](https://github.com/coinjar/bsb/issues/53)) ([2cbf53b](https://github.com/coinjar/bsb/commit/2cbf53bcca21248e3cc95c9d72adcd7096c2c03a)) + ## [1.1.9](https://github.com/coinjar/bsb/compare/v1.1.8...v1.1.9) (2024-05-02) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 9518dc1..97fc8f4 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.1.9' + VERSION = '1.1.10' end