From 91da1cf81681c32a70afa32350e0d9b80c0d2aea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 13:22:59 +0000 Subject: [PATCH] Add release notes for milestone 1 --- RELEASE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..5ed8a61 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,8 @@ +# v1.0.0 + +ModPosh.PasswordSafeClient is a C# client library for interacting with the PasswordSafe API. It allows developers to manage credentials within projects by providing a simple and flexible API interface. This client supports basic operations such as retrieving, creating, updating, and deleting credentials, and it uses an authentication token to securely communicate with the API. + +## NO LABEL + +* issue-1: Initial Release +