diff --git a/README.md b/README.md index f0689de2..1d0c5dfd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [endpoint](endpoint/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery. +[endpoint_auth_api_key](endpoint_auth_api_key/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints. [endpoint_route_handler](endpoint_route_handler/) | 16.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide mixin and tool to generate custom endpoints on the fly. [webservice](webservice/) | 16.0.1.1.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Defines webservice abstract definition to be used generally diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 66fb646f..f529e240 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230725.1 \ No newline at end of file +16.0.20240327.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 2eb88035..fa823672 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-endpoint>=16.0dev,<16.1dev', + 'odoo-addon-endpoint_auth_api_key>=16.0dev,<16.1dev', 'odoo-addon-endpoint_route_handler>=16.0dev,<16.1dev', 'odoo-addon-webservice>=16.0dev,<16.1dev', ],