From f8ad3d1cb0deb143c484e6f1b9a5e20006a89f50 Mon Sep 17 00:00:00 2001 From: Steve McGrath Date: Mon, 23 Sep 2024 11:53:20 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 7 +++++++ MANIFEST.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 119c81df5..fa5b8f549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Linted CHANGELOG.md - Fixed missing variable passing within graphql queries #839 - Updated the GQL Queries for Cloud Security #840 +- Updated pipeline w/ pre-commit checks + +### Fixed + +- Updated default ovject params for Security Center #714 +- Agents List throws an exception when no agents are available #687 +- Updated Security Center users endpoints with user migration upon delete #541 [1.5.2]: https://github.com/tenable/pyTenable/compare/1.5.1...1.5.2 diff --git a/MANIFEST.in b/MANIFEST.in index cedffaa0f..aae95799a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -recursive-exclude tests * \ No newline at end of file +recursive-exclude tests *