Skip to content

Commit f774464

Browse files
committed
chore(release): release version 0.32.2
1 parent 99dcdfe commit f774464

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
8-
9-
### Added
7+
## [0.32.2 – 2025-02-27]
8+
This patch release mainly fixes the docker building process, wich resulted in
9+
0.32.1 not beeing built.
1010

1111
### Changed
1212
- docker image: updated github CI to explicitly build tag versions (@robertcheramy)
@@ -21,13 +21,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2121
- docker image: improve the documentation. Fixes #3336 (@robertcheramy)
2222
- docker image: remove examples/podman-compose as this is better documented in docs/Docker.md (@robertcheramy)
2323

24+
2425
## [0.32.1 – 2025-02-20]
25-
This minor release fixes a javascript issue in oxidized-web, which is included
26+
This patch release fixes a javascript issue in oxidized-web, which is included
2627
in the Docker container of oxidized.
2728

2829
### Fixed
2930
- powerconnect: Hide enable, and line secrets. Further Fixes #1212 (#clifcox)
3031

32+
3133
## [0.32.0 – 2025-02-17]
3234
This release fixes a security issue in oxidized-web, which is included in the
3335
Docker container of oxidized. If you are not using the Docker container but

lib/oxidized/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Oxidized
2-
VERSION = '0.32.1'.freeze
3-
VERSION_FULL = '0.32.1'.freeze
2+
VERSION = '0.32.2'.freeze
3+
VERSION_FULL = '0.32.2'.freeze
44
def self.version_set
55
version_full = %x(git describe --tags).chop rescue ""
66
version = %x(git describe --tags --abbrev=0).chop rescue ""

0 commit comments

Comments
 (0)