diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9a0585..8a7e683 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.3"} +{".":"1.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5cff7..1dc56e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09) + + +### Bug Fixes + +* 2023-11-09 periodic update of config/*.json database files. ([#37](https://github.com/coinjar/bsb/issues/37)) ([5a5da1b](https://github.com/coinjar/bsb/commit/5a5da1b99914e661047dd13ded5fde8ed60c5307)) + ## [1.1.3](https://github.com/coinjar/bsb/compare/v1.1.2...v1.1.3) (2023-07-07) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 5794115..220c831 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.1.3' + VERSION = '1.1.4' end