Skip to content

Commit d379f74

Browse files
authored
update CHANGELOG and bump version to 1.10.1 (#434)
1 parent fca319d commit d379f74

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-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.10.1
4+
5+
- Fix print of EDOT configuration at startup (#431)
6+
37
## v1.10.0
48

59
- Wire up composite sampler (#410)

docs/release-notes/index.md

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

30+
31+
## 1.10.1 [edot-python-1.10.1-release-notes]
32+
33+
### Fixes [edot-python-1.10.1-fixes]
34+
35+
- Fix print of EDOT configuration at startup ([#431](https://github.com/elastic/elastic-otel-python/pull/431))
36+
3037
## 1.10.0 [edot-python-1.10.0-release-notes]
3138

3239
### Features and enhancements [edot-python-1.10.0-features-enhancements]

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.10.0"
17+
__version__ = "1.10.1"

0 commit comments

Comments
 (0)