From 2eae8bb4354180c0a26e44b5ed0b884eae3ce0dd Mon Sep 17 00:00:00 2001 From: parroty Date: Tue, 28 Dec 2021 21:55:53 +0900 Subject: [PATCH] Bump version and update CHANGELOG --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4346eef..185d6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.13.0 - 2021-12-28 + +#### Changes +- Update oauther for OTP 24 environment (#149). +- Documentation refinements (#139). + ## v0.12.5 - 2021-11-11 #### Changes diff --git a/mix.exs b/mix.exs index 7ea9cb0..8f87078 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExTwitter.Mixfile do use Mix.Project @source_url "https://github.com/parroty/extwitter" - @version "0.12.5" + @version "0.13.0" def project do [