Skip to content

Commit

Permalink
release v1.5.4 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
alameenkhader authored Jul 23, 2019
1 parent 5deb788 commit 9f2bc35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ spec/dummy/db/*.sqlite3-journal
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/docs

*.gem
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.4] - 2019-07-23

### Added
- CHANGELOG.md https://github.com/72pulses/apidoco/pull/53
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apidoco (1.5.3)
apidoco (1.5.4)
angularjs-rails
rails (>= 4.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/apidoco/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Apidoco
VERSION = '1.5.3'
VERSION = '1.5.4'
end

0 comments on commit 9f2bc35

Please sign in to comment.