Skip to content

Commit

Permalink
Adds changelog entry.
Browse files Browse the repository at this point in the history
- adapts travis config
  • Loading branch information
LeFnord committed Feb 9, 2020
1 parent 789c556 commit 5e29993
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby

os: linux

before_install:
- gem install bundler

Expand All @@ -16,7 +18,7 @@ env:
- GRAPE_VERSION=1.3.0
- GRAPE_VERSION=HEAD

matrix:
jobs:
fast_finish: true

include:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
#### Features

* Your contribution here.

* [#777](https://github.com/ruby-grape/grape-swagger/pull/777): Make usage of grape >= 1.3, rack >= 2.1 - [@LeFnord](https://github.com/LeFnord).
* [#775](https://github.com/ruby-grape/grape-swagger/pull/775): Add in token_owner support to param hidden procs - [@urkle](https://github.com/urkle).

#### Fixes

* Your contribution here.

### 0.34.2 (January 20, 2020)

#### Fixes
Expand Down

0 comments on commit 5e29993

Please sign in to comment.