diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af58aee29..651fb79d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.10.4](https://www.github.com/googleapis/gapic-generator/compare/v2.10.3...v2.10.4) (2021-01-21) + + +### Bug Fixes + +* **python:** use '\' for string escapes ([#3335](https://www.github.com/googleapis/gapic-generator/issues/3335)) ([e37a4b9](https://www.github.com/googleapis/gapic-generator/commit/e37a4b9f892dc3a393723c5e32736661c80e527e)) + ### [2.10.3](https://www.github.com/googleapis/gapic-generator/compare/v2.10.2...v2.10.3) (2021-01-20) diff --git a/version.txt b/version.txt index 5f4f65c859..b52282a1b4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.10.3 +2.10.4