diff --git a/CHANGELOG.md b/CHANGELOG.md index 31510b9..9e279c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 889362e..1f4f3de 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/elasticotel/distro/version.py b/src/elasticotel/distro/version.py index 89bd7a7..a90ab4b 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.1.0" +__version__ = "0.2.0"