From 09f4bf9320a49c3619cfa1a101ee3960ef49cb48 Mon Sep 17 00:00:00 2001 From: psvenk <45520974+psvenk@users.noreply.github.com> Date: Tue, 5 Oct 2021 15:13:54 -0400 Subject: [PATCH] Bump version to 2.8.2 and update changelog --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5522945f..48aa38c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ 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). -## [2.8.1] - tagged 2021-05-08, production TBD +## [2.8.2] - tagged 2021-10-05, production TBD +- Add support for fall 2021 schedule ([#311], [#308]) +- Hide PE RSTA on grades tab ([#310]) +- Small edits to `login.js` ([#305]) +- Clarify software license to be GPL version 3 or later ([#282], [#38]) + +## [2.8.1] - tagged 2021-05-08, production 2021-05-12 - Hotfix for lunch detection after changes to Aspen and to lunch assignments ## [2.8.0] - tagged 2021-05-08 @@ -219,8 +225,10 @@ and this project adheres to [2.7.1]: https://github.com/Aspine/aspine/releases/tag/v2.7.1 [2.8.0]: https://github.com/Aspine/aspine/releases/tag/v2.8.0 [2.8.1]: https://github.com/Aspine/aspine/releases/tag/v2.8.1 +[2.8.2]: https://github.com/Aspine/aspine/releases/tag/v2.8.2 [Unreleased]: https://github.com/Aspine/aspine/tree/master +[#38]: https://github.com/Aspine/aspine/issues/38 [#71]: https://github.com/Aspine/aspine/issues/71 [#72]: https://github.com/Aspine/aspine/issues/72 [#74]: https://github.com/Aspine/aspine/issues/74 @@ -279,6 +287,7 @@ and this project adheres to [#277]: https://github.com/Aspine/aspine/issues/277 [#284]: https://github.com/Aspine/aspine/issues/284 [#288]: https://github.com/Aspine/aspine/issues/288 +[#308]: https://github.com/Aspine/aspine/issues/308 [#98]: https://github.com/Aspine/aspine/pull/98 [#101]: https://github.com/Aspine/aspine/pull/101 [#103]: https://github.com/Aspine/aspine/pull/103 @@ -352,6 +361,7 @@ and this project adheres to [#278]: https://github.com/Aspine/aspine/pull/278 [#280]: https://github.com/Aspine/aspine/pull/280 [#281]: https://github.com/Aspine/aspine/pull/281 +[#282]: https://github.com/Aspine/aspine/pull/282 [#283]: https://github.com/Aspine/aspine/pull/283 [#286]: https://github.com/Aspine/aspine/pull/286 [#287]: https://github.com/Aspine/aspine/pull/287 @@ -359,3 +369,6 @@ and this project adheres to [#294]: https://github.com/Aspine/aspine/pull/294 [#296]: https://github.com/Aspine/aspine/pull/296 [#300]: https://github.com/Aspine/aspine/pull/300 +[#305]: https://github.com/Aspine/aspine/pull/305 +[#310]: https://github.com/Aspine/aspine/pull/310 +[#311]: https://github.com/Aspine/aspine/pull/311 diff --git a/package-lock.json b/package-lock.json index 16ab6c6f..1bc5f38c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aspine", - "version": "2.8.1", + "version": "2.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aspine", - "version": "2.8.1", + "version": "2.8.2", "license": "GPL-3.0-or-later", "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", diff --git a/package.json b/package.json index 76b7aa08..8fc62d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aspine", - "version": "2.8.1", + "version": "2.8.2", "description": "Alternate frontend for Aspen", "homepage": "https://github.com/maxtkc/aspine#readme", "bugs": {