Skip to content

Commit 7d80c6b

Browse files
committed
Bump Version to 0.5.2
1 parent bf38d83 commit 7d80c6b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.2](https://github.com/inaka/shotgun/tree/0.5.2) (2021-09-02)
4+
5+
[Full Changelog](https://github.com/inaka/shotgun/compare/0.5.1...0.5.2)
6+
7+
**Closed issues:**
8+
9+
- Return type of response headers [\#188](https://github.com/inaka/shotgun/issues/188)
10+
11+
**Merged pull requests:**
12+
13+
- Fix the type definition of the response headers. [\#189](https://github.com/inaka/shotgun/pull/189) ([mworrell](https://github.com/mworrell))
14+
315
## [0.5.1](https://github.com/inaka/shotgun/tree/0.5.1) (2021-09-02)
416

517
[Full Changelog](https://github.com/inaka/shotgun/compare/0.5.0...0.5.1)

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.1"},
5+
{vsn, "0.5.2"},
66
{applications,
77
[kernel,
88
stdlib,

0 commit comments

Comments
 (0)