Skip to content

Commit

Permalink
chore: new version v0.1.2 [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed May 4, 2021
1 parent 9f51cf3 commit f7c1b64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [v0.1.2](https://github.com/adhocore/urlsh/releases/tag/v0.1.2) (2021-05-04)

### Features
- **Middleware**: Add recover middleware (Jitendra Adhikari) [_3bcbcce_](https://github.com/adhocore/urlsh/commit/3bcbcce)

### Internal Refactors
- **Middleware**: Switch type usage (Jitendra Adhikari) [_624659e_](https://github.com/adhocore/urlsh/commit/624659e)
- **Router**: Wrap handler with recover (Jitendra Adhikari) [_17cd64d_](https://github.com/adhocore/urlsh/commit/17cd64d)
- **Orm**: Use panic (Jitendra Adhikari) [_c16c881_](https://github.com/adhocore/urlsh/commit/c16c881)

### Miscellaneous
- **Common**: Add server error (Jitendra Adhikari) [_b3cadf9_](https://github.com/adhocore/urlsh/commit/b3cadf9)

### Builds
- **Docker**: No CGO in alpine container (Jitendra Adhikari) [_1856cb5_](https://github.com/adhocore/urlsh/commit/1856cb5)
- **Docker**: Env map should be .env only (Jitendra Adhikari) [_080e65c_](https://github.com/adhocore/urlsh/commit/080e65c)
- **Docker**: Use alpine images (Jitendra Adhikari) [_88bc5bf_](https://github.com/adhocore/urlsh/commit/88bc5bf)


## [v0.1.1](https://github.com/adhocore/urlsh/releases/tag/v0.1.1) (2021-04-14)

### Internal Refactors
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.1
v0.1.2

0 comments on commit f7c1b64

Please sign in to comment.