Skip to content

Commit

Permalink
chore: release 0.1.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 9, 2020
1 parent cac11fa commit a99d022
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.1](https://www.github.com/googleapis/google-cloudevents-java/compare/v0.1.0...v0.1.1) (2020-11-09)


### Documentation

* add badge ([#30](https://www.github.com/googleapis/google-cloudevents-java/issues/30)) ([cac11fa](https://www.github.com/googleapis/google-cloudevents-java/commit/cac11fab73a5baf8f5eec211e17fce169c76a25b))

## 0.1.0 (2020-10-30)


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.1-SNAPSHOT</version><!-- {x-version-update:google-cloudevent-types:current} -->
<version>0.1.1</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.0:0.1.1-SNAPSHOT
google-cloudevent-types:0.1.1:0.1.1

0 comments on commit a99d022

Please sign in to comment.