Skip to content

Commit 1511f3d

Browse files
authored
update CHANGELOG and bump version to 0.4.0 (#178)
1 parent 40ae8be commit 1511f3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
- Bump to OTel 1.28.1 (#169)
6+
- Enable log events by default (#154)
7+
- Add musl autoinstrumentation to Docker image for OTel Kubernetes operator (#162)
8+
- Add documentation for logging enablement (#153)
9+
- Add flask autoinstrumentation example (#168)
10+
311
## v0.3.0
412

513
- Build Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137)

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.3.0"
17+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)