Skip to content

Commit

Permalink
chore(main): release 0.21.1 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jul 1, 2024
1 parent e8773c1 commit a600f02
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.21.0"
".": "0.21.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Kitchen-rackspace Changelog

## [0.21.1](https://github.com/test-kitchen/kitchen-rackspace/compare/v0.21.0...v0.21.1) (2024-07-01)


### Features

* Add Workflows ([#105](https://github.com/test-kitchen/kitchen-rackspace/issues/105)) ([1a4f418](https://github.com/test-kitchen/kitchen-rackspace/commit/1a4f4181845c4da9d79748c0f4cfa03c8653d8f3))


### Bug Fixes

* release please configs ([#108](https://github.com/test-kitchen/kitchen-rackspace/issues/108)) ([e8773c1](https://github.com/test-kitchen/kitchen-rackspace/commit/e8773c18e89d8dde724bfa06028678fb43da18a0))

## 0.21.0 / 2016-05-31

* PR [#67] - Update image IDS; via [@martinb3]
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/rackspace_version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Kitchen
module Driver
RACKSPACE_VERSION = "0.21.0"
RACKSPACE_VERSION = "0.21.1"
end
end

0 comments on commit a600f02

Please sign in to comment.