Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Jul 9, 2021
1 parent 52acab9 commit 26a841d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2021-07-09

## Added

- `Mxpanel.Operation` struct. This struct holds all the information necessary
Expand Down Expand Up @@ -85,7 +87,8 @@ in the `Mxpanel.track/4` function.
- `Mxpanel.track_many/2`.
- `Mxpanel.track_later/2`.

[Unreleased]: https://github.com/thiamsantos/mxpanel/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/thiamsantos/mxpanel/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/thiamsantos/mxpanel/releases/tag/v1.0.0
[0.4.0]: https://github.com/thiamsantos/mxpanel/releases/tag/v0.4.0
[0.3.0]: https://github.com/thiamsantos/mxpanel/releases/tag/v0.3.0
[0.2.0]: https://github.com/thiamsantos/mxpanel/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The package can be installed by adding `mxpanel` to your list of dependencies in
```elixir
def deps do
[
{:mxpanel, "~> 0.4.0"},
{:mxpanel, "~> 1.0.0"},
{:jason, "~> 1.2"},
{:hackney, "~> 1.17"}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Mxpanel.MixProject do
use Mix.Project

@name "Mxpanel"
@version "0.4.0"
@version "1.0.0"
@description "Client for Mixpanel Ingestion API"
@repo_url "https://github.com/thiamsantos/mxpanel"

Expand Down

0 comments on commit 26a841d

Please sign in to comment.