Skip to content

Commit

Permalink
chore(main): release 0.15.0 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent 21abb17 commit e5973ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [0.15.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.14.2...v0.15.0) (2023-11-15)


### Features

* 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))

## Changelog

Release notes are now maintained in [GitHub Releases](https://github.com/test-kitchen/kitchen-digitalocean/releases)
2 changes: 1 addition & 1 deletion lib/kitchen/driver/digitalocean_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Kitchen
module Driver
# Version string for Digital Ocean Kitchen driver
DIGITALOCEAN_VERSION = "0.14.2"
DIGITALOCEAN_VERSION = "0.15.0"
end
end

Expand Down

0 comments on commit e5973ff

Please sign in to comment.