Skip to content

Commit

Permalink
chore(main): release 1.13.1 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jun 21, 2024
1 parent 8633756 commit a4e56dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.13.0"
".": "1.13.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

This CHANGELOG is maintained by the [release-please-action](google-github-actions/release-please-action)

## [1.13.1](https://github.com/test-kitchen/kitchen-azurerm/compare/v1.13.0...v1.13.1) (2024-06-21)


### Bug Fixes

* release please configs ([#273](https://github.com/test-kitchen/kitchen-azurerm/issues/273)) ([8633756](https://github.com/test-kitchen/kitchen-azurerm/commit/8633756a593dc68087e1a6bb6905e88330bf1e54))

## [1.13.0](https://github.com/test-kitchen/kitchen-azurerm/compare/v1.12.0...v1.13.0) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/azurerm_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Kitchen
module Driver
AZURERM_VERSION = "1.13.0".freeze
AZURERM_VERSION = "1.13.1".freeze
end
end

0 comments on commit a4e56dd

Please sign in to comment.