Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#26)
Browse files Browse the repository at this point in the history
An automated release has been created for you.
---


##
[1.2.2](v1.2.1...v1.2.2)
(2023-08-10)


### Miscellaneous

* Sync files with stordco/common-config-elixir
([#25](#25))
([85a61bc](85a61bc))
* Update dependencies
([#27](#27))
([d16116b](d16116b))

---
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 Aug 10, 2023
1 parent d16116b commit f2b19e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.2.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.2](https://github.com/stordco/data-streams-ex/compare/v1.2.1...v1.2.2) (2023-08-10)


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#25](https://github.com/stordco/data-streams-ex/issues/25)) ([85a61bc](https://github.com/stordco/data-streams-ex/commit/85a61bc3e0f3ce466da4b7cf2d4beb74ff334462))
* Update dependencies ([#27](https://github.com/stordco/data-streams-ex/issues/27)) ([d16116b](https://github.com/stordco/data-streams-ex/commit/d16116bfb85898d169d9bb22ce8f427f991c85a0))

## [1.2.1](https://github.com/stordco/data-streams-ex/compare/v1.2.0...v1.2.1) (2023-08-01)


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.2.1"}
{:data_streams, "~> 1.2.2"}
]
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.2.1",
version: "1.2.2",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit f2b19e3

Please sign in to comment.