Skip to content

Commit

Permalink
chore(master): release 0.16.0 (#334)
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 Jul 23, 2024
1 parent 3c18767 commit 16c77c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.16.0](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.15.1...v0.16.0) (2024-07-23)


### ⚠ BREAKING CHANGES

* Move from jquery to react js ([#331](https://github.com/theforeman/foreman_fog_proxmox/issues/331))

### Features

* Move from jquery to react js ([#331](https://github.com/theforeman/foreman_fog_proxmox/issues/331)) ([3c18767](https://github.com/theforeman/foreman_fog_proxmox/commit/3c18767237c74bc61c71871506c698ab220b55a1)), closes [#333](https://github.com/theforeman/foreman_fog_proxmox/issues/333)


### Bug Fixes

* container templates to create image in compute resource ([#327](https://github.com/theforeman/foreman_fog_proxmox/issues/327)) ([8f86f79](https://github.com/theforeman/foreman_fog_proxmox/commit/8f86f79f74606be8b0ccfc6ec89f2f1b729f68f4)), closes [#328](https://github.com/theforeman/foreman_fog_proxmox/issues/328)

## [0.15.1](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.15.0...v0.15.1) (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_fog_proxmox/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>.

module ForemanFogProxmox
VERSION = '0.15.1'
VERSION = '0.16.0'
end

0 comments on commit 16c77c5

Please sign in to comment.