Skip to content

Commit e5973ff

Browse files
chore(main): release 0.15.0 (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21abb17 commit e5973ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.14.2...v0.15.0) (2023-11-15)
4+
5+
6+
### Features
7+
8+
* Expose api_url of droplet_kit client as an env var ([#111](https://github.com/test-kitchen/kitchen-digitalocean/issues/111)) ([21abb17](https://github.com/test-kitchen/kitchen-digitalocean/commit/21abb17fe5588af6e6a74e2037e1175f74d00dda))
9+
10+
## Changelog
11+
312
Release notes are now maintained in [GitHub Releases](https://github.com/test-kitchen/kitchen-digitalocean/releases)

lib/kitchen/driver/digitalocean_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Kitchen
2121
module Driver
2222
# Version string for Digital Ocean Kitchen driver
23-
DIGITALOCEAN_VERSION = "0.14.2"
23+
DIGITALOCEAN_VERSION = "0.15.0"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)