diff --git a/CHANGELOG.md b/CHANGELOG.md index 66db73dfe..0df90e2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [Unreleased] - -### Added +## [0.32.2 – 2025-02-27] +This patch release mainly fixes the docker building process, wich resulted in +0.32.1 not beeing built. ### Changed - 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/). - docker image: improve the documentation. Fixes #3336 (@robertcheramy) - docker image: remove examples/podman-compose as this is better documented in docs/Docker.md (@robertcheramy) + ## [0.32.1 – 2025-02-20] -This minor release fixes a javascript issue in oxidized-web, which is included +This patch release fixes a javascript issue in oxidized-web, which is included in the Docker container of oxidized. ### Fixed - powerconnect: Hide enable, and line secrets. Further Fixes #1212 (#clifcox) + ## [0.32.0 – 2025-02-17] This release fixes a security issue in oxidized-web, which is included in the Docker container of oxidized. If you are not using the Docker container but diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index 967f03243..80f6e38a8 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,6 +1,6 @@ module Oxidized - VERSION = '0.32.1'.freeze - VERSION_FULL = '0.32.1'.freeze + VERSION = '0.32.2'.freeze + VERSION_FULL = '0.32.2'.freeze def self.version_set version_full = %x(git describe --tags).chop rescue "" version = %x(git describe --tags --abbrev=0).chop rescue ""