Skip to content

Commit 558a6fd

Browse files
committed
Prep for release
1 parent d3f582b commit 558a6fd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the Adapt authoring tool are documented in this file.
55
**IMPORTANT**: For information on how to **correctly and safely** update your installation, please consult **INSTALL.md**.<br/>
66
_Note that we adhere to the [semantic versioning](http://semver.org/) scheme for release numbering._
77

8+
## [0.10.5] - 2020-11-09
9+
10+
Bugfix release.
11+
12+
### Fixed
13+
- Users can change the passwords of other users ([#2540](https://github.com/adaptlearning/adapt_authoring/issues/2540))
14+
815
## [0.10.4] - 2020-08-21
916

1017
Bugfix release.
@@ -711,6 +718,7 @@ Initial release.
711718
- Loading screen of death
712719
- Session cookie security issues
713720

721+
[0.10.5]: https://github.com/adaptlearning/adapt_authoring/compare/v0.10.4...v0.10.5
714722
[0.10.4]: https://github.com/adaptlearning/adapt_authoring/compare/v0.10.3...v0.10.4
715723
[0.10.3]: https://github.com/adaptlearning/adapt_authoring/compare/v0.10.2...v0.10.3
716724
[0.10.2]: https://github.com/adaptlearning/adapt_authoring/compare/v0.10.1...v0.10.2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt_authoring",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"license": "GPL-3.0",
55
"description": "A server-based user interface for authoring eLearning courses using the Adapt Framework.",
66
"keywords": [

0 commit comments

Comments
 (0)