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

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Jul 2, 2021
1 parent 5b2fa7b commit 0bf0369
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.4.0] - 2021-07-02

### Added

- `Mxpanel.Groups.delete/4`
Expand Down Expand Up @@ -61,7 +63,8 @@ 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.3.0...HEAD
[Unreleased]: https://github.com/thiamsantos/mxpanel/compare/v0.4.0...HEAD
[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
[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.3.0"},
{:mxpanel, "~> 0.4.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.3.0"
@version "0.4.0"
@description "Client for Mixpanel Ingestion API"
@repo_url "https://github.com/thiamsantos/mxpanel"

Expand Down

0 comments on commit 0bf0369

Please sign in to comment.