Skip to content

Commit

Permalink
chore(main): release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account committed Jan 25, 2024
1 parent d7cffde commit eb640ef
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@
{
".": "2.1.1"
".": "2.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.2](https://github.com/stordco/buffy/compare/v2.1.1...v2.1.2) (2024-01-25)


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#27](https://github.com/stordco/buffy/issues/27)) ([d7cffde](https://github.com/stordco/buffy/commit/d7cffdeb910491418afdd21ff8fa12e96bb00c94))

## [2.1.1](https://github.com/stordco/buffy/compare/v2.1.0...v2.1.1) (2023-12-18)


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/buffy) to your `mix.exs` file like so
```elixir
def deps do
[
{:buffy, "~> 2.1.1"}
{:buffy, "~> 2.1.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: "2.1.1",
version: "2.1.2",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit eb640ef

Please sign in to comment.