Skip to content

Commit

Permalink
chore(main): release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account committed Mar 22, 2024
1 parent 929730f commit 03ac971
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.2"
".": "1.2.3"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.3](https://github.com/stordco/data-streams-ex/compare/v1.2.2...v1.2.3) (2024-03-22)


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#28](https://github.com/stordco/data-streams-ex/issues/28)) ([2cecaf0](https://github.com/stordco/data-streams-ex/commit/2cecaf0c82b942a99cb1ef4334b0ebfe919142ac))
* Sync files with stordco/common-config-elixir ([#30](https://github.com/stordco/data-streams-ex/issues/30)) ([3c19199](https://github.com/stordco/data-streams-ex/commit/3c191991fa7458623df489ef60a7dcac69a63a30))
* Sync files with stordco/common-config-elixir ([#31](https://github.com/stordco/data-streams-ex/issues/31)) ([5d2eb8b](https://github.com/stordco/data-streams-ex/commit/5d2eb8b11d8436a10db82c01bb25fd4ea0e934d8))
* Sync files with stordco/common-config-elixir ([#32](https://github.com/stordco/data-streams-ex/issues/32)) ([3a6aafc](https://github.com/stordco/data-streams-ex/commit/3a6aafcbb7b0a8fda2451a55179158f56f0fe7d7))
* Sync files with stordco/common-config-elixir ([#33](https://github.com/stordco/data-streams-ex/issues/33)) ([b5d0997](https://github.com/stordco/data-streams-ex/commit/b5d0997c6f60b9c7b6bd2a5b2037c6e84db3b199))
* Sync files with stordco/common-config-elixir ([#35](https://github.com/stordco/data-streams-ex/issues/35)) ([40e2e53](https://github.com/stordco/data-streams-ex/commit/40e2e53857c6cd5fe2e868c942056e9f06423d32))
* Sync files with stordco/common-config-elixir ([#36](https://github.com/stordco/data-streams-ex/issues/36)) ([1aa5b0d](https://github.com/stordco/data-streams-ex/commit/1aa5b0de99b70cdbb5ec176265fcce6b5698c235))
* Sync files with stordco/common-config-elixir ([#37](https://github.com/stordco/data-streams-ex/issues/37)) ([c41cb43](https://github.com/stordco/data-streams-ex/commit/c41cb43617de65cfa4b9c82ccd1302d98cc1e96c))
* Sync files with stordco/common-config-elixir ([#38](https://github.com/stordco/data-streams-ex/issues/38)) ([a76370c](https://github.com/stordco/data-streams-ex/commit/a76370cb05e43165f1354502c78c0c1dcf7ca2c4))
* Sync files with stordco/common-config-elixir ([#39](https://github.com/stordco/data-streams-ex/issues/39)) ([4a39f3c](https://github.com/stordco/data-streams-ex/commit/4a39f3c3f37f08f91067bdf608d84cbe3490df8b))
* Sync files with stordco/common-config-elixir ([#40](https://github.com/stordco/data-streams-ex/issues/40)) ([a3c17a7](https://github.com/stordco/data-streams-ex/commit/a3c17a778a051377ad5cb6b86c2ddefbc53cf2c2))
* Sync files with stordco/common-config-elixir ([#41](https://github.com/stordco/data-streams-ex/issues/41)) ([929730f](https://github.com/stordco/data-streams-ex/commit/929730f03d285c15b20a144c87979df8dd584ecb))

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


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

0 comments on commit 03ac971

Please sign in to comment.