Skip to content

Commit 06a246c

Browse files
authored
update CHANGELOG and bump version to 1.0.0 (#284)
1 parent 43eeab5 commit 06a246c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v1.0.0
4+
5+
- Enable opentelemetry-instrumentation-vertexai in edot-bootstrap (#283)
6+
- Bump openai instrumentation to 1.0.0 in docker image (#275)
7+
- Move docs to https://elastic.github.io/opentelemetry/ (#282)
8+
39
## v0.8.1
410

511
- Bump to OTel 1.31.1 (#270)

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "0.8.1"
17+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)