commit e93288b36102a76e6d7f4fbbb060612693f83220
parent 9eadd119054a9e65b0ce6053fc2e386f5fdb2f9b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 24 Apr 2026 18:37:03 +0000
chore(master): release 2.8.0
Diffstat:
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [2.8.0](https://github.com/mtmn/corpus/compare/v2.7.1...v2.8.0) (2026-04-24)
+
+
+### Features
+
+* add user mgmt commands ([d9c00d3](https://github.com/mtmn/corpus/commit/d9c00d357e271da9a447bdf0a4286bc15daf8109))
+* deprecate .dhall users file, fmt ([60781e3](https://github.com/mtmn/corpus/commit/60781e32e4c3f284560aa788ffcf882f48b72da8))
+
## [2.7.1](https://github.com/mtmn/corpus/compare/v2.7.0...v2.7.1) (2026-04-24)
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.7.1",
+ "version": "2.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.7.1",
+ "version": "2.8.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.1029.0",
"dotenv": "^17.4.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "2.7.1",
+ "version": "2.8.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",