diff --git a/.gitignore b/.gitignore index de67df5..ed88a34 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ # Go workspace file go.work + +# IDE +.idea \ No newline at end of file diff --git a/CHANGELOG.MD b/CHANGELOG.MD index d894bdc..41ec42b 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,22 @@ +## 1.289.1 (2024-04-17) + +### Features + +* Update golang.org/x/sys version to 0.1.0. +* Update gopkg.in/yaml.v3 version to 3.0.0. +* Update go version to 1.17 +* Update google.golang.org/protobuf version to 1.33.0. + +## 1.279.1 (2023-12-21) + +### Features + +* Improve reading config file +* Split large spans into multiple export messages +* Update semantic constants +* Add pseudo resource attribute propagation +* Export encoded link ID + ## 1.267.1 (2023-05-11) ### Fixes