Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Sep 23, 2018
1 parent 1f3b617 commit 527b76b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.0.8 (2018-09-23)

- Kinesis streams blueprint [GH-1]
- simple network blueprint [GH-2]
- YAML tests [GH-5]
- Support Route53 RecordSetGroups [GH-6]
- Add ECR Policies [GH-8]
- Generic EC2 Security Group Blueprint [GH-9]
- EC2 Role Blueprint [GH-22]
- ACM Certificates blueprint [GH-24]
- ECS blueprints [GH-30]
- Add EFS Blueprint [GH-129]
- simple ec2 instance blueprint [GH-164]
- replace get\_fqn instances with AWS::StackName [GH-165]
- DynamoDB Autoscaling blueprint [GH-167]
- New Stripped down vpc blueprint [GH-170]

## 1.0.7 (2018-02-11)

- FlexibleAutoScalingGroup blueprint [GH-156]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(filename):
if __name__ == "__main__":
setup(
name="stacker_blueprints",
version="1.0.7",
version="1.0.8",
author="Michael Barrett",
author_email="loki77@gmail.com",
license="New BSD license",
Expand Down
2 changes: 1 addition & 1 deletion stacker_blueprints/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.7"
__version__ = "1.0.8"

0 comments on commit 527b76b

Please sign in to comment.