Merge pull request #38 from cloudevents/create-pull-request/patch

Update CHANGELOG
This commit is contained in:
Michael Gasch 2021-06-21 15:25:04 +02:00 committed by GitHub
commit 36f8b25dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
CHANGELOG.md Normal file
View File

@ -0,0 +1,36 @@
<a name="v0.3.0"></a>
## 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