Skip to content

Commit 04f1bda

Browse files
committed
Bump version
1 parent d38e42f commit 04f1bda

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7-
## Unreleased changes post [1.1.0]
7+
## Unreleased changes post [1.2.0]
8+
9+
10+
## [1.2.0] - 2022-07-20
11+
### Added
12+
- "github" formatter.
813

914
## [1.1.0] - 2021-02-18
1015

mix.exs

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

44
@source_url "https://github.com/jeremyjh/dialyxir"
5-
@version "1.1.0"
5+
@version "1.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)