Skip to content

Commit

Permalink
Merge #127
Browse files Browse the repository at this point in the history
127: release 2.94.2 r=slopezz a=davidor



Co-authored-by: David Ortiz <[email protected]>
  • Loading branch information
bors[bot] and davidor authored Sep 10, 2019
2 parents 3a4ba13 + c1a7060 commit 0114c08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Notable changes to Apisonator will be tracked in this document.

## 2.94.2 - 2019-09-10

### Changed

- Perf optimization: `Usage.usage` is more efficient now because it does not create unnecessary instance periods [#126](https://github.com/3scale/apisonator/pull/126)

## 2.94.1 - 2019-09-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GIT
PATH
remote: .
specs:
3scale_backend (2.94.1)
3scale_backend (2.94.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.on_prem.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GIT
PATH
remote: .
specs:
3scale_backend (2.94.1)
3scale_backend (2.94.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/3scale/backend/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ThreeScale
module Backend
VERSION = '2.94.1'
VERSION = '2.94.2'
end
end
2 changes: 1 addition & 1 deletion licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependencies>
<dependency>
<packageName>3scale_backend</packageName>
<version>2.94.1</version>
<version>2.94.2</version>
<licenses>
<license>
<name>Apache 2.0</name>
Expand Down

0 comments on commit 0114c08

Please sign in to comment.