From 06a3feebc2c6bf8cc1e8cd81974bd515177d8d44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:06:15 +1100 Subject: [PATCH] chore(master): release 1.1.5 (#40) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/bsb/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a7e683..37aedf3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.4"} +{".":"1.1.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc56e5..35a81c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.5](https://github.com/coinjar/bsb/compare/v1.1.4...v1.1.5) (2024-01-02) + + +### Bug Fixes + +* 2024-01-02 periodic update of config/*.json database files. ([#41](https://github.com/coinjar/bsb/issues/41)) ([5cd847f](https://github.com/coinjar/bsb/commit/5cd847f03812bbf4293b482c466b2c40e72188da)) +* skip missing files instead of failing ([#39](https://github.com/coinjar/bsb/issues/39)) ([95f340f](https://github.com/coinjar/bsb/commit/95f340f1396c62a304ce6bde4edad28263ee45e9)) + ## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 220c831..086e101 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.1.4' + VERSION = '1.1.5' end