Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Nov 15, 2019
1 parent ffd134f commit f07c067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.10.0] - 2019-11-15
### Added
- `:rails` extension integrating with Ruby On Rails.
[[#36]](https://github.com/waiting-for-dev/web_pipe/pull/36)

## [0.9.0] - 2019-08-31
### Added
- Comprehensive documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/web_pipe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebPipe
VERSION = '0.9.0'
VERSION = '0.10.0'
end

0 comments on commit f07c067

Please sign in to comment.