Skip to content

Commit

Permalink
prep for v1.10.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Apr 4, 2022
1 parent df276d0 commit 8e59c53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# kitchen-azurerm Changelog

## [1.10.1] - 2022-03.10
## [1.10.2] - 2022-04-04

- move warning about missing credentials into debug by @jasonwbarnett in <https://github.com/test-kitchen/kitchen-azurerm/pull/235>
- Deprecation/positional arguments by @damacus in <https://github.com/test-kitchen/kitchen-azurerm/pull/236>
- Publish gem to GitHub by @damacus in <https://github.com/test-kitchen/kitchen-azurerm/pull/237>

## [1.10.1] - 2022-03-10

- Rollback #228 by [@jasonwbarnett](https://github.com/jasonwbarnett) in #234

Expand Down
2 changes: 1 addition & 1 deletion kitchen-azurerm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = "kitchen-azurerm"
spec.version = "1.10.1"
spec.version = "1.10.2"
spec.authors = ["Stuart Preston"]
spec.email = ["stuart@chef.io"]
spec.summary = "Test Kitchen driver for Azure Resource Manager."
Expand Down

0 comments on commit 8e59c53

Please sign in to comment.