From 02c18cb50226437177e069aa0e8bb00cf45c236b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:09:47 +1100 Subject: [PATCH] chore(master): release 1.2.9 (#79) 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 b558cda..56f49d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.8"} +{".":"1.2.9"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0510768..382bf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.9](https://github.com/coinjar/bsb/compare/v1.2.8...v1.2.9) (2024-12-03) + + +### Bug Fixes + +* Update BSB Database ([#78](https://github.com/coinjar/bsb/issues/78)) ([42e2178](https://github.com/coinjar/bsb/commit/42e217828f77184fc88382c24fe46723b1d38cc3)) + ## [1.2.8](https://github.com/coinjar/bsb/compare/v1.2.7...v1.2.8) (2024-11-12) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index b6c20c0..8551c2c 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.2.8' + VERSION = '1.2.9' end