diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2b901..8dea9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Each release can have sections: "Added", "Changed", "Deprecated", "Removed", "Fixed" and "Security". +# pre-release + +## added + +- badges and banner to readme including test status + # [1.3.0] - 20-03-2026 ## added diff --git a/README.md b/README.md index 2a956be..6740d61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ +![DestinE Banner](assets/DestinE-banner.jpg) + # destinepyauth +[![PyPI](https://img.shields.io/pypi/v/destinepyauth)](https://pypi.org/project/destinepyauth/) +[![Python Versions](https://img.shields.io/pypi/pyversions/destinepyauth)](https://pypi.org/project/destinepyauth/) +[![License](https://img.shields.io/pypi/l/destinepyauth)](https://github.com/SercoSPA/DestinE-Platform-AuthN/blob/main/LICENSE) + A Python library for authenticating against DESP (Destination Earth Service Platform) services. ## Installation diff --git a/assets/DestinE-banner.jpg b/assets/DestinE-banner.jpg new file mode 100644 index 0000000..aeb0fee Binary files /dev/null and b/assets/DestinE-banner.jpg differ