Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#11)
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-09-26)


### Bug Fixes

* Do not double supervise throttle module
([#13](#13))
([ce046ba](ce046ba))
* Ensure to always hash binary version of args
([#14](#14))
([6216805](6216805))


### Miscellaneous

* Sync files with stordco/common-config-elixir
([#10](#10))
([930fabe](930fabe))
* Sync files with stordco/common-config-elixir
([#12](#12))
([7d190da](7d190da))

---
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 Sep 26, 2023
1 parent 6216805 commit 77b3d85
Show file tree
Hide file tree
Showing 4 changed files with 17 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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.2](https://github.com/stordco/buffy/compare/v1.2.1...v1.2.2) (2023-09-26)


### Bug Fixes

* Do not double supervise throttle module ([#13](https://github.com/stordco/buffy/issues/13)) ([ce046ba](https://github.com/stordco/buffy/commit/ce046bab47f6a622aad586af59f9caf061c99e28))
* Ensure to always hash binary version of args ([#14](https://github.com/stordco/buffy/issues/14)) ([6216805](https://github.com/stordco/buffy/commit/6216805da569a90e42b2b40693934e3a3d7abbc9))


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#10](https://github.com/stordco/buffy/issues/10)) ([930fabe](https://github.com/stordco/buffy/commit/930fabef4d0815cfe144893091537d3405a12629))
* Sync files with stordco/common-config-elixir ([#12](https://github.com/stordco/buffy/issues/12)) ([7d190da](https://github.com/stordco/buffy/commit/7d190da93eaaf2be765f0b6a31ff9c419f51a06e))

## [1.2.1](https://github.com/stordco/buffy/compare/v1.2.0...v1.2.1) (2023-08-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Just add [`buffy`](https://hex.pm/packages/stord/buffy) to your `mix.exs` file l
```elixir
def deps do
[
{:buffy, "~> 1.2.1"}
{:buffy, "~> 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 Buffy.MixProject do
app: :buffy,
name: "Buffy",
description: "Buffy the Process Slayer",
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 77b3d85

Please sign in to comment.