Skip to content

Commit

Permalink
Bump version, update CHANGELOG
Browse files Browse the repository at this point in the history
Preparing for release.
  • Loading branch information
jasonmp85 committed Oct 27, 2015
1 parent dad7c48 commit 42d6b5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### pg_shard v1.2.3 (Unreleased) ###

* Addresses a performance regression by caching metadata plans

### pg_shard v1.2.2 (August 28, 2015) ###

* Changes default planner when running within CitusDB
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pg_shard",
"abstract": "Easy sharding for PostgreSQL",
"description": "Shards and replicates PostgreSQL tables for horizontal scale and high availability. Seamlessly distributes SQL statements, without requiring any application changes.",
"version": "1.2.2",
"version": "1.2.3",
"maintainer": "\"Jason Petersen\" <[email protected]>",
"license": "lgpl_3_0",
"prereqs": {
Expand All @@ -17,7 +17,7 @@
"abstract": "Easy sharding for PostgreSQL",
"file": "sql/pg_shard--1.2.sql",
"docfile": "README.md",
"version": "1.2.2"
"version": "1.2.3"
}
},
"release_status": "stable",
Expand Down

0 comments on commit 42d6b5e

Please sign in to comment.