File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 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
88
99## [ Unreleased]
1010
11+ ## [ 5.0.1] - 2024-07-11
12+
1113### Changed
1214
13- - Force Elasticserach REFRESH_AFTER_WRITE setting to be a string
15+ - Force Elasticsearch REFRESH_AFTER_WRITE setting to be a string
1416
1517### Fixed
1618
@@ -490,7 +492,8 @@ as per the xAPI specification
490492- Add optional sentry integration
491493- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs
492494
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
494497[ 5.0.0 ] : https://github.com/openfun/ralph/compare/v4.2.0...v5.0.0
495498[ 4.2.0 ] : https://github.com/openfun/ralph/compare/v4.1.0...v4.2.0
496499[ 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
99
1010## [ Unreleased]
1111
12+ ### Changed
13+
14+ - Upgrade appVersion to ` 5.0.1 `
15+
1216## [ 0.5.0] - 2024-07-01
1317
1418### Changed
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ name: ralph
44description : Ralph, the ultimate Learning Record Store (and more!) for your learning analytics
55type : application
66version : 0.5.0
7- appVersion : " 5.0.0 "
7+ appVersion : " 5.0.1 "
88icon : https://raw.githubusercontent.com/openfun/logos/main/ralph/ralph-color-dark.png
Original file line number Diff line number Diff line change 11"""Ralph module."""
22
3- __version__ = "5.0.0 "
3+ __version__ = "5.0.1 "
Original file line number Diff line number Diff line change 11metadata :
22 name : ralph
3- version : 5.0.0
3+ version : 5.0.1
You can’t perform that action at this time.
0 commit comments