From 6f2048db3f7a291e25554818d4cea58d5a1dda75 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Jul 2022 08:17:03 +0000 Subject: [PATCH] 1.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0051123..9e7aa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.1.0 (2022-07-12) +### Feature +* Support providing authentication directly over loading from configuration file ([`1bda4a9`](https://github.com/sonatype-nexus-community/ossindex-python/commit/1bda4a94e00fca30cf7488f1cb1e1bfaadaf1676)) +* Support providing authentication directly over loading from configuration file ([`bcd86cb`](https://github.com/sonatype-nexus-community/ossindex-python/commit/bcd86cb70a6e889d5b34d9fdb2c58f77684f7b6d)) + ## v1.0.0 (2022-03-10) ### Feature * Adopted PEP-561 #4 ([`f4b8b01`](https://github.com/sonatype-nexus-community/ossindex-python/commit/f4b8b0172fabfb55362450487d9cddaeaed3dc92)) diff --git a/pyproject.toml b/pyproject.toml index 0115b33..3ceddf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ossindex-lib" -version = "1.0.0" +version = "1.1.0" description = "A library for querying the OSS Index free catalogue of open source components to help developers identify vulnerabilities, understand risk, and keep their software safe." authors = ["Paul Horton "] maintainers = ["Paul Horton "]