Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Oct 27, 2022
1 parent 35f8301 commit f9f5522
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0 - 2022-10-28

#### Changes
- Resolve compile warnings -> Adjust Config to not warn (#156).
- Bump minimum elixir version to 1.9

## v0.13.1 - 2022-09-08

#### Changes
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ defmodule ExTwitter.Mixfile do
use Mix.Project

@source_url "https://github.com/parroty/extwitter"
@version "0.13.1"
@version "0.14.0"

def project do
[
app: :extwitter,
version: @version,
elixir: ">= 1.4.0",
elixir: ">= 1.9.0",
deps: deps(),
docs: docs(),
package: package(),
Expand Down

0 comments on commit f9f5522

Please sign in to comment.