From f76e75834d759deab7c8cab65ae170cca073bee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:17:10 +1100 Subject: [PATCH] chore(master): release 1.2.8 (#77) 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 2ebbea5..b558cda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.7"} +{".":"1.2.8"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b0d9a..0510768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.8](https://github.com/coinjar/bsb/compare/v1.2.7...v1.2.8) (2024-11-12) + + +### Bug Fixes + +* Update BSB Database ([#76](https://github.com/coinjar/bsb/issues/76)) ([9fcb361](https://github.com/coinjar/bsb/commit/9fcb3619e3489e12c5b6336044c5c301ee9a4fc1)) + ## [1.2.7](https://github.com/coinjar/bsb/compare/v1.2.6...v1.2.7) (2024-10-23) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 7e20924..b6c20c0 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.2.7' + VERSION = '1.2.8' end