Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
germsvel committed Feb 19, 2021
1 parent df00613 commit cb23094
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

Most changes for each `bamboo_phoenix` version are included here. For a
complete changelog, see the git history for each version via the version links.

**To see the dates a version was published see the [hex package page].**

## [1.0.0]

* Extracts `Bamboo.Phoenix` module from `bamboo` into `bamboo_phoenix` ([66ac36305])

[66ac36305]: https://github.com/thoughtbot/bamboo_phoenix/commit/66ac363051123f925f63ad361b51679afd303265
[1.0.0]: https://github.com/thoughtbot/bamboo_phoenix/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bamboo_phoenix, "~> 0.2.0"}
{:bamboo_phoenix, "~> 1.0.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule BambooPhoenix.MixProject do
use Mix.Project

@project_url "https://github.com/thoughtbot/bamboo_phoenix"
@version "0.2.0"
@version "1.0.0"

def project do
[
Expand Down

0 comments on commit cb23094

Please sign in to comment.