From 70b2842768f99e2da46426c1de7e439aca0417bb Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 8 Jul 2024 09:09:24 +0000
Subject: [PATCH] Chore: 3.8.0

# [3.8.0](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/compare/v3.7.0...v3.8.0) (2024-07-08)

### New

* Made handle endpoint publicly available and other updates ([d62b783](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/d62b7830f62120658d5bf2a15a853a13afeb1a1b))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index ba622aa..00ec1ea 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@coscine/api-client",
   "type": "module",
-  "version": "3.7.0",
+  "version": "3.8.0",
   "description": "This project contains the generated api client classes.",
   "keywords": [
     "coscine",
-- 
GitLab