Skip to content

Commit

Permalink
Preparing for release, 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnesteryuk committed Jan 11, 2020
1 parent 0385a45 commit 9ce5fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
### 1.3.0 (Next)
### 1.3.0 (2020/01/11)

#### Features

* Your contribution here.
* [#1949](https://github.com/ruby-grape/grape/pull/1949): Add support for Ruby 2.7 - [@nbulaj](https://github.com/nbulaj).
* [#1948](https://github.com/ruby-grape/grape/pull/1948): Relax `dry-types` dependency version - [@nbulaj](https://github.com/nbulaj).
* [#1944](https://github.com/ruby-grape/grape/pull/1944): Reduces `attribute_translator` string allocations - [@ericproulx](https://github.com/ericproulx).
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ content negotiation, versioning and much more.

## Stable Release

You're reading the documentation for the next release of Grape, which should be **1.3.0**.
You're reading the documentation for the stable release of Grape, **1.3.0**.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [1.2.5](https://github.com/ruby-grape/grape/blob/v1.2.5/README.md).

## Project Resources

Expand Down
2 changes: 1 addition & 1 deletion lib/grape/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Grape
# The current version of Grape.
VERSION = '1.2.6'
VERSION = '1.3.0'
end

0 comments on commit 9ce5fb3

Please sign in to comment.