From 01a69266479c8fb4b851f058f301b18c1db82b10 Mon Sep 17 00:00:00 2001 From: bmtcril <112640379+bmtcril@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:22:39 +0000 Subject: [PATCH] chore: preparing release 1.0.2 --- .ci/config.yml | 2 +- CHANGELOG.md | 16 ++++++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.ci/config.yml b/.ci/config.yml index 03f3349f..5187075d 100644 --- a/.ci/config.yml +++ b/.ci/config.yml @@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi -ASPECTS_VERSION: 1.0.1 +ASPECTS_VERSION: 1.0.2 DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}} DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}} ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c711b4..5e9da54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.0.2 - 2024-06-20 + +### [1.0.2](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.1...v1.0.2) (2024-06-20) + +### Bug Fixes + +* add fallback for public hosts ([#876](https://github.com/openedx/tutor-contrib-aspects/issues/876)) ([7bbebb1](https://github.com/openedx/tutor-contrib-aspects/commit/7bbebb1fe70b4c5df5d32ec9fff65ac748e37166)) +* At-risk chart text rotation ([fdd15f9](https://github.com/openedx/tutor-contrib-aspects/commit/fdd15f9958423cc2e96e41bd1887d57b22b95242)) +* Course dash problem responses/results without PII ([1621790](https://github.com/openedx/tutor-contrib-aspects/commit/162179093174e0c3cbfd38b68d6cf4a26512133e)) +* Individual learner dash translations ([de4faff](https://github.com/openedx/tutor-contrib-aspects/commit/de4faffb1a7644f3e3ab94ea6e85b4a69ba287b6)) + +### Build Systems + +* **deps:** bump urllib3 from 2.2.1 to 2.2.2 in /requirements ([#865](https://github.com/openedx/tutor-contrib-aspects/issues/865)) ([1df1e6c](https://github.com/openedx/tutor-contrib-aspects/commit/1df1e6c47ec0f07987e4f3405b8b6a95f0ea0de9)) +* build images on releases merges ([#875](https://github.com/openedx/tutor-contrib-aspects/issues/875)) ([4c5ec22](https://github.com/openedx/tutor-contrib-aspects/commit/4c5ec229fe4b861b17edb646eb424448e5a297a3)) + ## v1.0.1 - 2024-06-18 ### [1.0.1](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.0...v1.0.1) (2024-06-18) diff --git a/setup.cfg b/setup.cfg index 7d9dfdb9..150c2faf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 7898d158..161b7394 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "1.0.1" +__version__ = "1.0.2"