Skip to content

Commit 1900fe3

Browse files
committed
update CHANGELOG and bump version to 1.4.0
1 parent 4e8eeab commit 1900fe3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.0
4+
5+
- Introduce OpAMP agent for Central configuration. Central configuration will be available in Elastic Stack 9.1 (#320)
6+
37
## v1.3.0
48

59
- Bump to OTel 1.34.1: dropped support for Python 3.8 (#321)

docs/release-notes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-python-X.X.X-fixes]
2828
% *
2929

30+
## 1.4.0 [edot-python-1.4.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.4.0-features-enhancements]
33+
34+
* Introduced OpAMP agent for Central configuration in Tech Preview: the first option implemented is changing the logging level of EDOT Python. Central configuration will be available as Tech Preview in Elastic Stack 9.1 (#320)
35+
3036
## 1.3.0 [edot-python-1.3.0-release-notes]
3137

3238
- Bump to OTel 1.34.1: dropped support for Python 3.8 (#321)

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__ = "1.3.0"
17+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)