Skip to content

Commit

Permalink
chore: release version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Wright authored and Katie Wright committed Jan 12, 2023
1 parent 3cb1c6f commit 3f6226a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.3.0](https://github.com/buildkite/text_collector_elixir/compare/v0.2.0...v0.3.0) (2023-01-12)




### Features:

* Add collector and version to all analytics API payloads

* Add local test environment to get flakey test from dev environment (#12)

## [v0.2.0](https://github.com/buildkite/text_collector_elixir/compare/v0.1.2...v0.2.0) (2022-07-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The official Elixir adapter for [Buildkite Test Analytics](https://buildkite.com
```elixir
def deps do
[
{:buildkite_test_collector, "~> 0.2.0", only: [:test]}
{:buildkite_test_collector, "~> 0.3.0", only: [:test]}
]
end
```
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 BuildkiteTestCollector.MixProject do
use Mix.Project
@moduledoc false

@version "0.2.2"
@version "0.2.0"
def version, do: @version
@collector_name :buildkite_test_collector
def collector_name, do: "elixir-#{@collector_name}"
Expand Down

0 comments on commit 3f6226a

Please sign in to comment.