We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5d01a commit a47b983Copy full SHA for a47b983
CHANGELOG.MD
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [2.0.0] - 2017-08-04
10
+
11
### Added
12
- Changelog
13
- Contribution guide
pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>de.zalando</groupId>
<artifactId>zalando-sprocwrapper</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
14
<packaging>jar</packaging>
15
<name>Stored Procedure Wrapper</name>
16
<description>Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces
0 commit comments