Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#19)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](v1.1.2...v1.2.0)
(2023-07-10)


### Features

* allow tracking kafka produce and consume offsets
([#18](#18))
([ebab69b](ebab69b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
stord-engineering-account authored Jul 10, 2023
1 parent ebab69b commit 7606410
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/stordco/data-streams-ex/compare/v1.1.2...v1.2.0) (2023-07-10)


### Features

* allow tracking kafka produce and consume offsets ([#18](https://github.com/stordco/data-streams-ex/issues/18)) ([ebab69b](https://github.com/stordco/data-streams-ex/commit/ebab69bb896eddb23913a49098ebc3460e4ae72c))

## [1.1.2](https://github.com/stordco/data-streams-ex/compare/v1.1.1...v1.1.2) (2023-06-05)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Just add [`data_streams`](https://hexdocs.pm/data_streams) to your `mix.exs` fil
```elixir
def deps do
[
{:data_streams, "~> 1.1.2"}
{:data_streams, "~> 1.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Datadog.DataStreams.MixProject do
app: :data_streams,
name: "Data Streams Ex",
description: "DataDog data streams library for Elixir",
version: "1.1.2",
version: "1.2.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 7606410

Please sign in to comment.