diff --git a/CHANGELOG.md b/CHANGELOG.md index fb597ba..8ecd654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Elastic Distribution of OpenTelemetry Python Changelog +## v0.4.1 + +- Bump to OTel 1.28.2 (#185) + ## v0.4.0 - Bump to OTel 1.28.1 (#169) diff --git a/src/elasticotel/distro/version.py b/src/elasticotel/distro/version.py index 8553527..5b6cfb7 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.4.0" +__version__ = "0.4.1"