Skip to content

Commit a47b983

Browse files
committed
Prepare release
1 parent 0a5d01a commit a47b983

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.0.0] - 2017-08-04
10+
911
### Added
1012
- Changelog
1113
- Contribution guide

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>de.zalando</groupId>
1212
<artifactId>zalando-sprocwrapper</artifactId>
13-
<version>2.0.0-SNAPSHOT</version>
13+
<version>2.0.0</version>
1414
<packaging>jar</packaging>
1515
<name>Stored Procedure Wrapper</name>
1616
<description>Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces

0 commit comments

Comments
 (0)