Skip to content

Commit fb27fda

Browse files
1 parent 1bdcdb7 commit fb27fda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-bigquery-logging/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0](https://www.github.com/googleapis/python-bigquery-logging/compare/v0.3.0...v1.0.0) (2021-10-12)
4+
5+
6+
### Features
7+
8+
* bump release level to production/stable ([#41](https://www.github.com/googleapis/python-bigquery-logging/issues/41)) ([19db3eb](https://www.github.com/googleapis/python-bigquery-logging/commit/19db3eb189579fb1c71ff94b3db4ffd279792fe7))
9+
310
## [0.3.0](https://www.github.com/googleapis/python-bigquery-logging/compare/v0.2.2...v0.3.0) (2021-10-08)
411

512

packages/google-cloud-bigquery-logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
import setuptools # type: ignore
1919

20-
version = "0.3.0"
20+
version = "1.0.0"
2121

2222
package_root = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)