Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Jan 6, 2018
1 parent 8153576 commit 846c8e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## 0.2.7

* Support newer Firebase [authentication method](https://github.com/oscardelben/firebase-ruby/pull/81)

## 0.2.5

* [Refactor to remove Request proxy class, expose http client](https://github.com/oscardelben/firebase-ruby/commit/138b1e1461ff33da506b0d7992b42e3544be9cf1)

## 0.2.4

* Add support for server timestamp.
* Add support for server timestamp.

## 0.2.3

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.2.7
2 changes: 1 addition & 1 deletion firebase.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "firebase"
s.version = "0.2.6"
s.version = "0.2.7"

s.require_paths = ["lib"]
s.authors = ["Oscar Del Ben"]
Expand Down

0 comments on commit 846c8e7

Please sign in to comment.