Skip to content

Commit

Permalink
chore(main): Release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Feb 1, 2024
1 parent 3d92640 commit eea2e3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.12"
".": "0.0.13"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.13](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.12...v0.0.13) (2024-02-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.25.2 ([#74](https://github.com/cloudquery/plugin-pb-java/issues/74)) ([736db0f](https://github.com/cloudquery/plugin-pb-java/commit/736db0f76514501acb9a749993d8cadb0eb70cde))
* **deps:** Update dependency org.mockito:mockito-core to v5.10.0 ([#76](https://github.com/cloudquery/plugin-pb-java/issues/76)) ([3d92640](https://github.com/cloudquery/plugin-pb-java/commit/3d92640e7c5fed52307c436d5e49871d98571946))

## [0.0.12](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.11...v0.0.12) (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mainClassName = 'main.Main'

group 'io.cloudquery'
// x-release-please-start-version
version = '0.0.12'
version = '0.0.13'
// x-release-please-end

repositories {
Expand Down

0 comments on commit eea2e3a

Please sign in to comment.