Skip to content

Commit 16c77c5

Browse files
chore(master): release 0.16.0 (#334)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c18767 commit 16c77c5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.15.1...v0.16.0) (2024-07-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Move from jquery to react js ([#331](https://github.com/theforeman/foreman_fog_proxmox/issues/331))
9+
10+
### Features
11+
12+
* 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)
13+
14+
15+
### Bug Fixes
16+
17+
* 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)
18+
319
## [0.15.1](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.15.0...v0.15.1) (2024-04-05)
420

521

lib/foreman_fog_proxmox/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>.
1919

2020
module ForemanFogProxmox
21-
VERSION = '0.15.1'
21+
VERSION = '0.16.0'
2222
end

0 commit comments

Comments
 (0)