Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 27, 2022
1 parent b4f6edf commit 76c0c3f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Versions

## Release 1.x

* 1.0.0 -- 2022-04-27
- release code as ready to be deployed in accounts and regions

## Pre-release

* 0.0.0 -- 2022-01-21
Expand Down Expand Up @@ -102,5 +107,6 @@
1. Fixed def parse_heritage to add more logging and better input validation
1. Fixed def get_heritage_item to check input type and add more logging

* 0.3.1 - 2022-04-26
* 0.3.1 -- 2022-04-26
- change version purely to test heritage code handling a version change

2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
LOGGER = logging.getLogger()
ACCOUNT = None
REGION = None
VERSION = '0.3.1'
VERSION = '1.0.0'

# Read Env variables
DEBUG_LOG_LEVEL = os.environ.get('DebugLogLevel', 'INFO')
Expand Down
Binary file modified code/ddns-lambda.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "0.3.1"
_module_version = "1.0.1"
}

0 comments on commit 76c0c3f

Please sign in to comment.