Skip to content

Commit

Permalink
Update to Telegram API 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Garcia committed Apr 25, 2020
1 parent a1094f2 commit 7fce959
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## [0.14.0]
- Update Telegram API to 4.8

## [0.13.0]
- Use Supervisor.init instead of supervisor/1
- Add "description" option to `command` macro
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `ex_gram` as dependency in `mix.exs`
``` elixir
def deps do
[
{:ex_gram, "~> 0.12"},
{:ex_gram, "~> 0.14"},
{:tesla, "~> 1.2"},
{:hackney, "~> 1.12"},
{:jason, ">= 1.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExGram.Mixfile do
use Mix.Project

@version "0.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit 7fce959

Please sign in to comment.