From 21c2b643ea0eb6f565b24329c0418443edfadad9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:05:00 +1000 Subject: [PATCH] chore(master): release 1.1.9 (#52) 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 fa88e37..392c745 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.8"} +{".":"1.1.9"} diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6dce7..35ef844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.9](https://github.com/coinjar/bsb/compare/v1.1.8...v1.1.9) (2024-05-02) + + +### Bug Fixes + +* 2024-05-02 periodic update of config/*.json database files. ([#51](https://github.com/coinjar/bsb/issues/51)) ([b290e4a](https://github.com/coinjar/bsb/commit/b290e4a9ef9427359eb2e92dc5d451fe7ab8fdf0)) +* discard date parsing, misc deps updates ([#50](https://github.com/coinjar/bsb/issues/50)) ([227f91c](https://github.com/coinjar/bsb/commit/227f91c6775d37367e66c2d947ddb315a8b802c5)) + ## [1.1.8](https://github.com/coinjar/bsb/compare/v1.1.7...v1.1.8) (2024-04-16) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 5177faa..9518dc1 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.1.8' + VERSION = '1.1.9' end