File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ Every user-facing change should have an entry in this changelog. Please respect
18
18
19
19
## Unreleased
20
20
21
- - [ Bugfix] Add migration to "upgrade_from_maple" function ([ #689 ] ( https://github.com/overhangio/tutor/issues/689 ) ). (by @ibrmora )
21
+ ## v14.0.1 (2022-06-13)
22
+
23
+ - [ Bugfix] Fix missing tables on migration from maple ([ #689 ] ( https://github.com/overhangio/tutor/issues/689 ) ). (by @ibrmora )
24
+ - [ Bugfix] Fix plugin patches in cms.env.yml template.
22
25
23
26
## v14.0.0 (2022-06-09)
24
27
Original file line number Diff line number Diff line change 2
2
3
3
# Increment this version number to trigger a new release. See
4
4
# docs/tutor.html#versioning for information on the versioning scheme.
5
- __version__ = "14.0.0 "
5
+ __version__ = "14.0.1 "
6
6
7
7
# The version suffix will be appended to the actual version, separated by a
8
8
# dash. Use this suffix to differentiate between the actual released version and
You can’t perform that action at this time.
0 commit comments