Skip to content

Commit

Permalink
Update SpringBoot to 2.0.8 (#126)
Browse files Browse the repository at this point in the history
* Update SpringBoot to 2.0.8

* update changelog
  • Loading branch information
Crim authored Jan 15, 2019
1 parent a490600 commit af81c2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.1.2 (UNRELEASED)
## 2.1.2 (01/15/2018)

#### Bug fixes
- [ISSUE-114](https://github.com/SourceLabOrg/kafka-webview/issues/114) Better out of the box support for Avro decoding / Confluent Schema Registry.

#### Internal Dependency Updates
- Upgrade from Spring Boot 2.0.5 to 2.0.7


## 2.1.1 (01/08/2019)
#### New Features
- Added ability to Copy previously created views.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.7.RELEASE</version>
<version>2.0.8.RELEASE</version>
</parent>

<dependencies>
Expand Down

0 comments on commit af81c2c

Please sign in to comment.