From 4a484b9c1b6a58905ed9d900ab2673f98ef33d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:21:25 +1000 Subject: [PATCH] chore(master): release 1.2.0 (#56) 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 b03799b..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.10"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3526148..a855ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/coinjar/bsb/compare/v1.1.10...v1.2.0) (2024-06-05) + + +### Features + +* drop ruby 2.7 support; add ruby 3.3 support ([#55](https://github.com/coinjar/bsb/issues/55)) ([c6eced5](https://github.com/coinjar/bsb/commit/c6eced519d4b821bb58cb647249460e9ee80937a)) + ## [1.1.10](https://github.com/coinjar/bsb/compare/v1.1.9...v1.1.10) (2024-06-05) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 97fc8f4..668c827 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.1.10' + VERSION = '1.2.0' end