Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altjohndev committed Apr 29, 2024
1 parent 98925d2 commit d939b04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d939b04

Please sign in to comment.