Skip to content

Commit af7eab8

Browse files
committed
Bump Version to 0.5.1
1 parent 2421f22 commit af7eab8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
# Changelog
22

3-
## [0.5.0](https://github.com/inaka/shotgun/tree/0.5.0) (2020-07-17)
3+
## [0.5.1](https://github.com/inaka/shotgun/tree/0.5.1) (2021-09-02)
4+
5+
[Full Changelog](https://github.com/inaka/shotgun/compare/0.5.0...0.5.1)
6+
7+
**Closed issues:**
8+
9+
- Publish 0.5.0 release to hex.pm [\#186](https://github.com/inaka/shotgun/issues/186)
10+
- Update type of shotgun response [\#168](https://github.com/inaka/shotgun/issues/168)
11+
12+
**Merged pull requests:**
13+
14+
- Correct type definition of the type response/0 [\#187](https://github.com/inaka/shotgun/pull/187) ([mworrell](https://github.com/mworrell))
15+
16+
## [0.5.0](https://github.com/inaka/shotgun/tree/0.5.0) (2020-07-22)
417

518
[Full Changelog](https://github.com/inaka/shotgun/compare/0.4.1...0.5.0)
619

720
**Merged pull requests:**
821

22+
- Prepare release 0.5.0 [\#185](https://github.com/inaka/shotgun/pull/185) ([zurab-darkly](https://github.com/zurab-darkly))
923
- Migrate from gen\_fsm to gen\_statem [\#184](https://github.com/inaka/shotgun/pull/184) ([zurab-darkly](https://github.com/zurab-darkly))
1024

1125
## [0.4.1](https://github.com/inaka/shotgun/tree/0.4.1) (2020-05-19)

src/shotgun.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[
33
{description,
44
"better than just a gun"},
5-
{vsn, "0.5.0"},
5+
{vsn, "0.5.1"},
66
{applications,
77
[kernel,
88
stdlib,

0 commit comments

Comments
 (0)