diff --git a/CHANGELOG.md b/CHANGELOG.md index 9888930..9acaaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.0.0] - 2024-04-29 + ### Changed - Replaced `HTTPoison` library with `Tesla`. @@ -95,7 +97,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First release. -[unreleased]: https://github.com/FindHotel/analytics-elixir/compare/1.3.1...master +[unreleased]: https://github.com/FindHotel/analytics-elixir/compare/2.0.0...master +[2.0.0]: https://github.com/FindHotel/analytics-elixir/compare/1.3.1...2.0.0 [1.3.1]: https://github.com/FindHotel/analytics-elixir/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/FindHotel/analytics-elixir/compare/1.2.1...1.3.0 [1.2.1]: https://github.com/FindHotel/analytics-elixir/compare/1.2.0...1.2.1 diff --git a/mix.exs b/mix.exs index e8d3c7d..1c5fcac 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AnalyticsElixir.Mixfile do use Mix.Project - @version "1.3.1" + @version "2.0.0" @source_url "https://github.com/FindHotel/analytics-elixir" def project do