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 Sep 26, 2023
1 parent 3a6aafc commit 3b24d96
Show file tree
Hide file tree
Showing 4 changed files with 13 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.2"
".": "1.2.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.3](https://github.com/stordco/data-streams-ex/compare/v1.2.2...v1.2.3) (2023-09-26)


### 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))

## [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 3b24d96

Please sign in to comment.