Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 2, 2021
1 parent 3184420 commit ebdf096
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.1] - 2021-05-02

### Fixed

- Don't crash if sending an event does not succeed

## [2.0.0] - 2020-12-22

### Changed
Expand Down Expand Up @@ -76,6 +82,7 @@

## [1.0.0] - 2018-01-14

[2.0.1]: https://github.com/adriankumpf/logger-telegram-backend/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/adriankumpf/logger-telegram-backend/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/adriankumpf/logger-telegram-backend/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/adriankumpf/logger-telegram-backend/compare/v1.2.0...v1.2.1
Expand All @@ -85,4 +92,3 @@
[1.0.2]: https://github.com/adriankumpf/logger-telegram-backend/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/adriankumpf/logger-telegram-backend/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/adriankumpf/logger-telegram-backend/compare/v0.1.0...v1.0.0

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `:logger_telegram_backend` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:logger_telegram_backend, "~> 2.0.0"},
{:logger_telegram_backend, "~> 2.0"},
{:hackney, "~> 1.17"}, # optional, but recommended adapter
]
end
Expand Down Expand Up @@ -108,4 +108,3 @@ config :logger, :telegram_level,
token: "$botToken",
level: :warn
```

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 LoggerTelegramBackend.Mixfile do
use Mix.Project

@name "LoggerTelegramBackend"
@version "2.0.0"
@version "2.0.1"
@url "https://github.com/adriankumpf/logger-telegram-backend"

def project do
Expand Down

0 comments on commit ebdf096

Please sign in to comment.