Skip to content

Commit

Permalink
Merge pull request #311 from hashicorp/prepare-release-0.15
Browse files Browse the repository at this point in the history
Prepare release 0.0.15
  • Loading branch information
skorfmann authored Aug 17, 2020
2 parents f4cc63b + cc57782 commit 267d2b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.0.15

**Fixed bugs:**

- Terraform 0.13 Compatibility for 3rd Party Providers (e.g. Docker) in Python [\#309](https://github.com/hashicorp/terraform-cdk/issues/309)
- Fix Naming Collision with Config interfaces [\#300](https://github.com/hashicorp/terraform-cdk/issues/300)

**Implemented enhancements:**

- Use remote backend class for typescript template [\#313](https://github.com/hashicorp/terraform-cdk/issues/313)

## 0.0.14

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"scripts": {
"build": "lerna run build",
Expand Down

0 comments on commit 267d2b1

Please sign in to comment.