From 53f990a7bb40c6557633d913febd12f07223476e Mon Sep 17 00:00:00 2001 From: Steven Collins Date: Thu, 15 Jul 2021 17:10:31 -0500 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba00174..2e0d399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 0.2.0 15 July 2021 + +## New Features +- Functions that query for groups now return more detailed information about the clusters in the groups [95a8bcb] +- Allow passing alternate url for IAM endpoint (#31) [ece05a6] + +### Fixes +- All characters properly handled when converting to JSON (#39) [fb58ff1] + +### Documentation +- Update README to address Satellite Config vs. Razee terminology confusion (#32) [56442d3] + +### Stand-alone Razee features (EXPERIMENTAL) +- Support for authentication using an apikey of an OAuth service (#29) [4633884] +- Support for local user/password authentication (#24) [49a390b] + +### For contributors +- More flexibility in configuration(s) for running integration tests [b8fa1c7, ece05a6] +- Add guards against accidentally pushing a real api key (for integration tests) (#34) [0caf65b] + ## 0.1.1 - Initial Public Release \ No newline at end of file