diff --git a/CHANGELOG.md b/CHANGELOG.md index 751a951..edc9ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +--- + +## [2.0.0] - 2024-12-11 + ### Changed - Removed the following, in favour of @@ -65,7 +69,8 @@ and this project adheres to If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0 -[Unreleased]: https://github.com/primait/teleplug/compare/1.1.3...HEAD +[Unreleased]: https://github.com/primait/teleplug/compare/2.0.0...HEAD +[2.0.0]: https://github.com/primait/teleplug/compare/1.1.3...2.0.0 [1.1.3]: https://github.com/primait/teleplug/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/primait/teleplug/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/primait/teleplug/compare/1.1.0...1.1.1 diff --git a/mix.exs b/mix.exs index b792295..2d65c5b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Teleplug.MixProject do use Mix.Project @source_url "https://github.com/primait/teleplug" - @version "1.1.3-rc.0" + @version "2.0.0" def project do [