Skip to content

Commit 2654b32

Browse files
authored
update CHANGELOG and bump version to 0.2.0 (#118)
1 parent ecb8959 commit 2654b32

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v0.2.0
4+
5+
- Added some documentation (#110)
6+
- Bump to OTel 1.27.0 (#117)
7+
- Enabled `os` resource detector by default (#117)
8+
39
## v0.1.0
410

511
First release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ opentelemetry-instrument gunicorn main:app
6969

7070
## Configuration
7171

72-
The distribution supports all the configuration variables from OpenTelemetry Python project version 1.25.0.
72+
The distribution supports all the configuration variables from OpenTelemetry Python project version 1.27.0.
7373

7474
### Default configuration variables
7575

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__ = "0.1.0"
17+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)