File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
511First release.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments