Skip to content

Commit a600f02

Browse files
chore(main): release 0.21.1 (#109)
1 parent e8773c1 commit a600f02

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.21.0"
2+
".": "0.21.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Kitchen-rackspace Changelog
22

3+
## [0.21.1](https://github.com/test-kitchen/kitchen-rackspace/compare/v0.21.0...v0.21.1) (2024-07-01)
4+
5+
6+
### Features
7+
8+
* Add Workflows ([#105](https://github.com/test-kitchen/kitchen-rackspace/issues/105)) ([1a4f418](https://github.com/test-kitchen/kitchen-rackspace/commit/1a4f4181845c4da9d79748c0f4cfa03c8653d8f3))
9+
10+
11+
### Bug Fixes
12+
13+
* release please configs ([#108](https://github.com/test-kitchen/kitchen-rackspace/issues/108)) ([e8773c1](https://github.com/test-kitchen/kitchen-rackspace/commit/e8773c18e89d8dde724bfa06028678fb43da18a0))
14+
315
## 0.21.0 / 2016-05-31
416

517
* PR [#67] - Update image IDS; via [@martinb3]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Kitchen
33
module Driver
4-
RACKSPACE_VERSION = "0.21.0"
4+
RACKSPACE_VERSION = "0.21.1"
55
end
66
end

0 commit comments

Comments
 (0)