Commit 7890bdd 1 parent 20ccf66 commit 7890bdd Copy full SHA for 7890bdd
File tree 5 files changed +12
-5
lines changed
5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 5.0.1] - 2024-07-11
12
+
11
13
### Changed
12
14
13
- - Force Elasticserach REFRESH_AFTER_WRITE setting to be a string
15
+ - Force Elasticsearch REFRESH_AFTER_WRITE setting to be a string
14
16
15
17
### Fixed
16
18
@@ -490,7 +492,8 @@ as per the xAPI specification
490
492
- Add optional sentry integration
491
493
- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs
492
494
493
- [ unreleased ] : https://github.com/openfun/ralph/compare/v5.0.0...main
495
+ [ unreleased ] : https://github.com/openfun/ralph/compare/v5.0.1...main
496
+ [ 5.0.1 ] : https://github.com/openfun/ralph/compare/v5.0.0...v5.0.1
494
497
[ 5.0.0 ] : https://github.com/openfun/ralph/compare/v4.2.0...v5.0.0
495
498
[ 4.2.0 ] : https://github.com/openfun/ralph/compare/v4.1.0...v4.2.0
496
499
[ 4.1.0 ] : https://github.com/openfun/ralph/compare/v4.0.0...v4.1.0
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to
9
9
10
10
## [ Unreleased]
11
11
12
+ ### Changed
13
+
14
+ - Upgrade appVersion to ` 5.0.1 `
15
+
12
16
## [ 0.5.0] - 2024-07-01
13
17
14
18
### Changed
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ name: ralph
4
4
description : Ralph, the ultimate Learning Record Store (and more!) for your learning analytics
5
5
type : application
6
6
version : 0.5.0
7
- appVersion : " 5.0.0 "
7
+ appVersion : " 5.0.1 "
8
8
icon : https://raw.githubusercontent.com/openfun/logos/main/ralph/ralph-color-dark.png
Original file line number Diff line number Diff line change 1
1
"""Ralph module."""
2
2
3
- __version__ = "5.0.0 "
3
+ __version__ = "5.0.1 "
Original file line number Diff line number Diff line change 1
1
metadata :
2
2
name : ralph
3
- version : 5.0.0
3
+ version : 5.0.1
You can’t perform that action at this time.
0 commit comments