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

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Jun 28, 2021
1 parent fd1cda7 commit 7e0cf02
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]

## [0.3.0] - 2021-06-28

### Added

- Examples section to readme.
Expand Down Expand Up @@ -50,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Mxpanel.track_many/2`.
- `Mxpanel.track_later/2`.

[Unreleased]: https://github.com/thiamsantos/mxpanel/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/thiamsantos/mxpanel/compare/v0.3.0...HEAD
[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
[0.1.0]: https://github.com/thiamsantos/mxpanel/releases/tag/v0.1.0
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.2.0"},
{:mxpanel, "~> 0.3.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.2.0"
@version "0.3.0"
@description "Client for Mixpanel Ingestion API"
@repo_url "https://github.com/thiamsantos/mxpanel"

Expand Down

0 comments on commit 7e0cf02

Please sign in to comment.