From 090dbf2c08a468275b5b1bcdb3559691af47bae8 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 15 Nov 2023 14:43:42 +0000 Subject: [PATCH] chore(release): v0.23.1 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- version.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a364ed..5c3bc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.23.1](https://github.com/upb-code-labs/main-api/compare/v0.23.0...v0.23.1) (2023-11-15) + + +### Bug Fixes + +* Sort rubric objectives by creation date ([#90](https://github.com/upb-code-labs/main-api/issues/90)) ([85cb925](https://github.com/upb-code-labs/main-api/commit/85cb925a18903c244f12e36556c98f77c1e671c6)) + + + # [0.23.0](https://github.com/upb-code-labs/main-api/compare/v0.22.0...v0.23.0) (2023-10-13) @@ -34,12 +43,3 @@ -# [0.19.0](https://github.com/upb-code-labs/main-api/compare/v0.18.0...v0.19.0) (2023-10-10) - - -### Features - -* Create rubric ([#80](https://github.com/upb-code-labs/main-api/issues/80)) ([ec43d55](https://github.com/upb-code-labs/main-api/commit/ec43d55be58b31d570476bbcac176168a2813873)) - - - diff --git a/version.json b/version.json index fd03d11..684981f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.23.0" + "version": "0.23.1" }