From 03ac9718b3cb1a6d2382edd5a80b5b97eac438a3 Mon Sep 17 00:00:00 2001 From: Stord Bot <77021775+stord-engineering-account@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:42:30 -0600 Subject: [PATCH] chore(main): release 1.2.3 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f6a9e15..b7298f8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc2b60..de03382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 57511f0..8886842 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 556dbe8..4e76256 100644 --- a/mix.exs +++ b/mix.exs @@ -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,