Skip to content

Commit 0e0c3af

Browse files
committed
Bump version and update CHANGELOG
1 parent 756d7c7 commit 0e0c3af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.13.1 - 2022-09-08
9+
10+
#### Changes
11+
- Fix error on elixir v1.14
12+
- Fix derive missing field issue (#150)
13+
814
## v0.13.0 - 2021-12-28
915

1016
#### Changes

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExTwitter.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/parroty/extwitter"
5-
@version "0.13.0"
5+
@version "0.13.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)