diff --git a/CHANGELOG.md b/CHANGELOG.md index c01a2bd..47265f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # busser-bats Changelog +## [0.3.0](https://github.com/test-kitchen/busser-bats/compare/v0.2.0...v0.3.0) (2023-11-30) + + +### Features + +* Add publish workflow, lint workflow ([#24](https://github.com/test-kitchen/busser-bats/issues/24)) ([1a8adb3](https://github.com/test-kitchen/busser-bats/commit/1a8adb3f146b10173aec2a779b0a3fb43745be11)) + ## 0.3.0 / 2014-10-14 ### New features diff --git a/lib/busser/bats/version.rb b/lib/busser/bats/version.rb index e6c7cfe..59ed9ad 100644 --- a/lib/busser/bats/version.rb +++ b/lib/busser/bats/version.rb @@ -17,6 +17,6 @@ module Busser module Bats - VERSION = "0.3.1.dev".freeze + VERSION = "0.3.0".freeze end end