From d039c387bacb589df71676c0a88d09a1982300b4 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Sun, 23 Feb 2020 22:43:58 +0200 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2bbc1a116..70e469f98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.4.0](https://github.com/awslabs/cdk8s/compare/v0.3.0...v0.4.0) (2020-02-23) + + +### Features + +* **podinfo:** allow containers to bind to deployment ([45237c0](https://github.com/awslabs/cdk8s/commit/45237c0aa630a7c0992abee9303dc86b73aba4f5)) + ## [0.3.0](https://github.com/awslabs/cdk8s/compare/v0.2.1...v0.3.0) (2020-02-23) diff --git a/package.json b/package.json index c57299726f..5bd8581f94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.3.0", + "version": "0.4.0", "private": true, "scripts": { "bump": "tools/bump.sh",