diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fc10ade..2c56f32d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ # Changelog +## [1.2.4](https://github.com/accessibility-exchange/platform/compare/v1.2.3...v1.2.4) (2023-12-04) + + +### Bug Fixes + +* course seeder not run in production (resolves [#2013](https://github.com/accessibility-exchange/platform/issues/2013)) [#2025](https://github.com/accessibility-exchange/platform/issues/2025) ([59004ee](https://github.com/accessibility-exchange/platform/commit/59004ee2b6c5c72feb6556708c68afa3838f2f6e)) +* pagination throws error ([4484241](https://github.com/accessibility-exchange/platform/commit/44842413578b657d9f444195127f9b6c2523bf97)) +* pagination throws error (resolves [#2045](https://github.com/accessibility-exchange/platform/issues/2045)) ([#2046](https://github.com/accessibility-exchange/platform/issues/2046)) ([4484241](https://github.com/accessibility-exchange/platform/commit/44842413578b657d9f444195127f9b6c2523bf97)) +* resolve unsupported use of trans_choice (resolves [#2022](https://github.com/accessibility-exchange/platform/issues/2022)) [#2023](https://github.com/accessibility-exchange/platform/issues/2023) ([e4ffdc3](https://github.com/accessibility-exchange/platform/commit/e4ffdc330eda0f64b8faaa94c6cec1a97fd99b81)) + +## Changelog + All notable changes to this project will be documented in [GitHub Releases](https://github.com/accessibility-exchange/platform/releases). diff --git a/composer.json b/composer.json index f54f70eb7..aa0d132bd 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "framework", "laravel" ], - "version": "1.2.3", + "version": "1.2.4", "license": "BSD-3-Clause", "require": { "php": "^8.1",