Skip to content

Commit

Permalink
Merge pull request #22 from sjke/release/1.1.6
Browse files Browse the repository at this point in the history
Release 1.1.6
  • Loading branch information
sjke authored Sep 19, 2017
2 parents d4c0479 + 1e18241 commit 92a535a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.6

* [IMPROVE] Adds `table_name` prefix for a generating SQL queries ([#21](https://github.com/sjke/pg_ltree/pull/21) by [@arjan0307](https://github.com/arjan0307))

## 1.1.5

* [IMPROVE] Update pg version support ([#19](https://github.com/sjke/pg_ltree/pull/19) by [@askamist](https://github.com/askamist))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It uses a implementation based around PostgreSQL's [ltree](http://www.postgresql
| | |
|---------------|:--------------------------------:|
| **Author** | Andrei Panamarenka |
| **Version** | 1.1.5 (July 5, 2017) |
| **Version** | 1.1.6 (September 19, 2017) |
| **License** | Released under the MIT license. |


Expand All @@ -27,7 +27,7 @@ It uses a implementation based around PostgreSQL's [ltree](http://www.postgresql

Add this line to your application's Gemfile:

gem 'pg_ltree', '1.1.5'
gem 'pg_ltree', '1.1.6'

And then execute:

Expand Down
2 changes: 1 addition & 1 deletion lib/pg_ltree/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# @author a.ponomarenko
module PgLtree
# Gem Version
VERSION = '1.1.5'.freeze
VERSION = '1.1.6'.freeze
end

0 comments on commit 92a535a

Please sign in to comment.