Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoicsan committed Oct 21, 2022
1 parent 2f95565 commit d9337c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/lcms/engine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Lcms
module Engine
VERSION = '0.4.2'
VERSION = '0.5.0'
RAILS_5_VERSION = 5.2
end
end

0 comments on commit d9337c1

Please sign in to comment.