Skip to content

Commit a35f1b6

Browse files
committed
Bump Version to 1.2.0
1 parent 588944c commit a35f1b6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/inaka/mixer/tree/1.2.0) (2021-05-20)
4+
5+
[Full Changelog](https://github.com/inaka/mixer/compare/1.1.1...1.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Increase consumer confidence + adapt to 24.0 [\#20](https://github.com/inaka/mixer/pull/20) ([paulo-ferraz-oliveira](https://github.com/paulo-ferraz-oliveira))
10+
- Move to a GitHub action \(instead of container-based\) CI approach [\#19](https://github.com/inaka/mixer/pull/19) ([paulo-ferraz-oliveira](https://github.com/paulo-ferraz-oliveira))
11+
312
## [1.1.1](https://github.com/inaka/mixer/tree/1.1.1) (2021-02-08)
413

514
[Full Changelog](https://github.com/inaka/mixer/compare/1.1.0...1.1.1)

src/mixer.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{application, mixer,
2222
[
2323
{description, "Mix in public functions from external modules"},
24-
{vsn, "1.1.1"},
24+
{vsn, "1.2.0"},
2525
{registered, []},
2626
{applications, [kernel, stdlib]},
2727
{env, []},

0 commit comments

Comments
 (0)