diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7440c88..94bf29c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,5 @@ +### [1.1.1](https://github.com/olivr/copybara-action/compare/v1.1.0...v1.1.1) (2020-09-22) + ## [1.1.0](https://github.com/olivr/copybara-action/compare/v1.0.5...v1.1.0) (2020-09-22) diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 1efc7a2..7adc95f 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.0 + - uses: olivr/copybara-action@v1.1.1 with: sot_repo: your/repo destination_repo: other/repo