Skip to content

Commit 0a5d01a

Browse files
authored
Merge pull request #44 from zalando-incubator/feature/changelog
Changelog added to project.
2 parents 4eb58c4 + f36d406 commit 0a5d01a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
- Changelog
11+
- Contribution guide
12+
13+
### Changed
14+
- Updated to Java 8
15+
- Updated Spring version to `4.3.8.RELEASE`
16+
- Postgresql JDBC driver updated to version `42.1.1`
17+
- Project license changed to [MIT](LICENSE).
18+
19+
### Removed
20+
- Java 7 support

0 commit comments

Comments
 (0)