From ac035f515e67657bb38765a96cd8ea639689135f Mon Sep 17 00:00:00 2001 From: Matthew Timms Date: Tue, 3 Jan 2023 10:54:22 +1100 Subject: [PATCH] feat: added MIT license --- LICENSE.md | 21 +++++++++++++++++++++ changelog.md | 6 +++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..5d7a059 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Matthew Timms + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/changelog.md b/changelog.md index 2de7f18..ff86453 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# v1.3.1 - 03/01/2023 + +- Added an MIT License + # v1.3.0 - 02/12/2022 Woolies API replaced the REST API endpoint for fetching transactions with a GraphQL API endpoint which provides similar @@ -7,7 +11,7 @@ only 14 months. - Added better support of Woolies' partners' e-receipts; i.e. BigW, BWS - Changed woolies transaction interface models - Fixed support for Woolies ✨new✨ API -- Depreciated woolies-auth code +- Depreciated woolies-auth code ## v1.2.0 - 10/04/2022