diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f8a37..43ef12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,8 @@ 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 - -### Changed +## [0.15.1 – 2025-02-20] +This minor release fixes javascript errors. ### Fixed - Fix javascript not working (@robertcheramy) diff --git a/lib/oxidized/web/version.rb b/lib/oxidized/web/version.rb index c352d2d..d47b6f8 100644 --- a/lib/oxidized/web/version.rb +++ b/lib/oxidized/web/version.rb @@ -2,6 +2,6 @@ module Oxidized module API - WEB_VERSION = '0.15.0' + WEB_VERSION = '0.15.1' end end