diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0a48f..0d7dc4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Elastic Distribution of OpenTelemetry Python Changelog +## v1.0.0 + +- Enable opentelemetry-instrumentation-vertexai in edot-bootstrap (#283) +- Bump openai instrumentation to 1.0.0 in docker image (#275) +- Move docs to https://elastic.github.io/opentelemetry/ (#282) + ## v0.8.1 - Bump to OTel 1.31.1 (#270) diff --git a/src/elasticotel/distro/version.py b/src/elasticotel/distro/version.py index 1791da2..252d89a 100644 --- a/src/elasticotel/distro/version.py +++ b/src/elasticotel/distro/version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.8.1" +__version__ = "1.0.0"