Skip to content

Commit 2df5c92

Browse files
authored
V0.4.1 dev (#276)
* fix(api): correct API key generation and proxy handling This commit resolves an issue where generating a new API key would fail. The root cause was improper handling of POST request bodies in the frontend proxy server. - Refactored `ApiKeyController` methods to use arrow functions to ensure correct `this` binding. * User profile/account page, change password, API * docs(api): update ingestion source provider values Update the `CreateIngestionSourceDto` documentation in `ingestion.md` to reflect the current set of supported providers. * updating tag
1 parent 24afd13 commit 2df5c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-archiver",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE file",
66
"scripts": {

0 commit comments

Comments
 (0)