Skip to content

Commit 3b54454

Browse files
authored
update CHANGELOG and bump version to 1.10.2 (#439)
1 parent 15fc1da commit 3b54454

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-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.2
4+
5+
- Fix distro logging without a tty (#436)
6+
37
## v1.10.1
48

59
- Fix print of EDOT configuration at startup (#431)

docs/release-notes/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ 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.10.2 [edot-python-1.10.2-release-notes]
31+
32+
### Fixes [edot-python-1.10.2-fixes]
33+
34+
- Fix distro logging without a tty ([#436](https://github.com/elastic/elastic-otel-python/pull/436))
3035

3136
## 1.10.1 [edot-python-1.10.1-release-notes]
3237

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.1"
17+
__version__ = "1.10.2"

0 commit comments

Comments
 (0)