Skip to content

Commit fd1eefa

Browse files
Bump version and update changelog
1 parent b0e04e6 commit fd1eefa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.15.1] - 2021-09-19
8+
### Added
9+
- `:not_found` extension
10+
[#46](https://github.com/waiting-for-dev/web_pipe/pull/46)
11+
712
## [0.15.0] - 2021-09-12
813
### Added
914
- **BREAKING**. Switch `dry_view` extension with `hanami_view`.

lib/web_pipe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebPipe
4-
VERSION = '0.15.0'
4+
VERSION = '0.15.1'
55
end

0 commit comments

Comments
 (0)