Skip to content

Commit

Permalink
chore: release 0.1.4 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 13, 2020
1 parent f6a6607 commit 5a99cc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.1.4](https://www.github.com/googleapis/google-cloudevents-java/compare/v0.1.3...v0.1.4) (2020-11-13)


### Bug Fixes

* skip clirr step to allow release ([#44](https://www.github.com/googleapis/google-cloudevents-java/issues/44)) ([2c69e44](https://www.github.com/googleapis/google-cloudevents-java/commit/2c69e44ce86f77b700d4c417c9a76b4c96f098b8))

### [0.1.3](https://www.github.com/googleapis/google-cloudevents-java/compare/v0.1.2...v0.1.3) (2020-11-13)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.google.cloud</groupId>
<artifactId>google-cloudevent-types</artifactId>
<version>0.1.4-SNAPSHOT</version><!-- {x-version-update:google-cloudevent-types:current} -->
<version>0.1.4</version><!-- {x-version-update:google-cloudevent-types:current} -->

<parent>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloudevent-types:0.1.3:0.1.4-SNAPSHOT
google-cloudevent-types:0.1.4:0.1.4

0 comments on commit 5a99cc5

Please sign in to comment.