From 75b318093c74c2c35a81b6f0bd26021d0fb73daa Mon Sep 17 00:00:00 2001 From: embano1 Date: Mon, 21 Jun 2021 13:24:16 +0000 Subject: [PATCH] Update CHANGELOG for v0.3.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..df65238 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ + + +## v0.3.0 + +> Release Date: 2021-06-21 + +### ๐Ÿงน Chore + +- [5b14f75] Include commit details in CHANGELOG (#35) +- [2c4d0ed] Add check WIP action (#31) +- [5764180] Add CHANGELOG configuration (#29) +- [0bd4192] Verify PRs and push to main (#6) +- [e08a275] Add stale action (#7) + +### โš ๏ธ BREAKING + +### ๐Ÿ“– Commits + +- [2144695] Bump module version 0.3.0 +- [5b14f75] chore: Include commit details in CHANGELOG (#35) +- [78b7e9e] Implement publish script +- [2c4d0ed] chore: Add check WIP action (#31) +- [5764180] chore: Add CHANGELOG configuration (#29) +- [a0e1078] Add PR template (#3) +- [ae6f848] Update issue templates +- [3a9010a] Improve examples. Remove unnecessary details. +- [401a475] Implement wait server to start in the integrations tests BeforeAll Fix Binary Mode HTTP Header DateTime format. It is UTC time formatted in ISO 8601 format including milliseconds. Bump revision of the module version +- [0bd4192] chore: Verify PRs and push to main (#6) +- [e08a275] chore: Add stale action (#7) +- [3629c77] Add Install Module Instructions to README ([#17](https://github.com/cloudevents/sdk-powershell/issues/17)) (#17) (#16) +- [aac584a] Enable process exit in build.ps1 +- [84606b0] Create CONTRIBUTING.md ([#15](https://github.com/cloudevents/sdk-powershell/issues/15)) (#15) +- [d305f16] Renames Add-CloudEvent*Data to Set-CloudEvent*Data ([#12](https://github.com/cloudevents/sdk-powershell/issues/12)) (#12) (#9) +- [f23df54] Adds license headers in source code files ([#11](https://github.com/cloudevents/sdk-powershell/issues/11)) (#11) +- [62f14b6] Remove install instructions from an internal PS repository ([#10](https://github.com/cloudevents/sdk-powershell/issues/10)) (#10) (#1) +- [b2afcf8] Initial commit