From d9337c139866f2a1bcb4f13d8a606daed6b5ba1c Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Fri, 21 Oct 2022 17:20:17 +0200 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 13 ++++++++++++- lib/lcms/engine/version.rb | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f6c368..f4cd6663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.4.2...HEAD) +## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.0...HEAD) + +## [0.5.0](https://github.com/learningtapestry/lcms-engine/compare/v0.4.2...v0.5.0) - 2022.10.21 + +### Changed + +- [BREAKING] - Force use jQuery v3.x - [@paranoicsan](https://github.com/paranoicsan) +- [BREAKING] - Bump CKEditor to v4.20. Changed the behavior how we load ckeditor4 sources from CDN - [@paranoicsan](https://github.com/paranoicsan) + +### Fixed + +- Fix wrong URL on edit button on Standards index page - [@paranoicsan](https://github.com/paranoicsan) ## [0.4.2](https://github.com/learningtapestry/lcms-engine/compare/v0.4.1...v0.4.2) - 2022.10.18 diff --git a/lib/lcms/engine/version.rb b/lib/lcms/engine/version.rb index 6845d859..246e1530 100644 --- a/lib/lcms/engine/version.rb +++ b/lib/lcms/engine/version.rb @@ -2,7 +2,7 @@ module Lcms module Engine - VERSION = '0.4.2' + VERSION = '0.5.0' RAILS_5_VERSION = 5.2 end end