Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Elastic Distribution of OpenTelemetry Python Changelog

## v0.2.0

- Added some documentation (#110)
- Bump to OTel 1.27.0 (#117)
- Enabled `os` resource detector by default (#117)

## v0.1.0

First release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ opentelemetry-instrument gunicorn main:app

## Configuration

The distribution supports all the configuration variables from OpenTelemetry Python project version 1.25.0.
The distribution supports all the configuration variables from OpenTelemetry Python project version 1.27.0.

### Default configuration variables

Expand Down
2 changes: 1 addition & 1 deletion src/elasticotel/distro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.0"
__version__ = "0.2.0"