Update opentelemetry-instrumentation-vertexai version to v2.1b0 (#3286)

Co-authored-by: Aaron Abbott <aaronabbott@google.com>
This commit is contained in:
OpenTelemetry Bot
2025-02-24 09:17:07 -08:00
committed by GitHub
parent dc01beda66
commit c4eb3714c5
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## Version 2.0b0 (2025-02-21)
- Added Vertex AI spans for request parameters
([#3192](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3192))
- Initial VertexAI instrumentation

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.0b0.dev"
__version__ = "2.1b0.dev"