Skip to content

Commit

Permalink
Prep for 1.10.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Mar 10, 2022
1 parent 0d2d71d commit 136f819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# kitchen-azurerm Changelog

## [1.10.1] - 2022-03.10

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

## [1.10.0] - 2022-02.28

- Add a new `store_deployment_credentials_in_state` configuration option to skip storing sensitive data in the state [@jasonwbarnett](https://github.com/jasonwbarnett)
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.0"
spec.version = "1.10.1"
spec.authors = ["Stuart Preston"]
spec.email = ["[email protected]"]
spec.summary = "Test Kitchen driver for Azure Resource Manager."
Expand Down

0 comments on commit 136f819

Please sign in to comment.