Skip to content

Commit 6044a52

Browse files
authored
Merge pull request #19 from inaka/ferigis.18.Version_bump_to_0.1.1
[#18] version bump to 0.1.1
2 parents 0b656cc + b70536f commit 6044a52

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [0.1.1](https://github.com/inaka/sumo_db_pgsql/tree/0.1.1) (2017-02-17)
4+
[Full Changelog](https://github.com/inaka/sumo_db_pgsql/compare/0.1.0...0.1.1)
5+
6+
**Closed issues:**
7+
8+
- Fix sumo\_backend\_pgsql get\_connection/1 spec [\#15](https://github.com/inaka/sumo_db_pgsql/issues/15)
9+
- Version Bump to 0.1.0 [\#12](https://github.com/inaka/sumo_db_pgsql/issues/12)
10+
11+
**Merged pull requests:**
12+
13+
- \[\#15\] Fix get\_connection spec [\#17](https://github.com/inaka/sumo_db_pgsql/pull/17) ([ferigis](https://github.com/ferigis))
14+
315
## [0.1.0](https://github.com/inaka/sumo_db_pgsql/tree/0.1.0) (2016-08-23)
416
**Closed issues:**
517

@@ -11,6 +23,7 @@
1123

1224
**Merged pull requests:**
1325

26+
- \[\#12\] version bump to 0.1.0 [\#13](https://github.com/inaka/sumo_db_pgsql/pull/13) ([ferigis](https://github.com/ferigis))
1427
- \[\#4\] fixing README.md [\#11](https://github.com/inaka/sumo_db_pgsql/pull/11) ([ferigis](https://github.com/ferigis))
1528
- \[\#9\] fixes epgsql dependency [\#10](https://github.com/inaka/sumo_db_pgsql/pull/10) ([ferigis](https://github.com/ferigis))
1629
- \[\#7\] fix sumo\_db dependency [\#8](https://github.com/inaka/sumo_db_pgsql/pull/8) ([ferigis](https://github.com/ferigis))

src/sumo_db_pgsql.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, sumo_db_pgsql, [
22
{description, "SumoDB PGSQL Adapter"},
3-
{vsn, "0.1.0"},
3+
{vsn, "0.1.1"},
44
{id, "sumo_db_pgsql"},
55
{registered, []},
66
{applications, [

0 commit comments

Comments
 (0)