Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Bump for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed May 30, 2021
1 parent ca11e95 commit 2ffe091
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0.3 (2021-05-30)

## Changed

- Base Docker image from `openjdk:16-alpine` to `adoptopenjdk:11-jre-hotspot`, both for consistent security updates and
a smaller storage/memory footprint

## Updated

- kotlin v1.5.0 -> v1.5.10
- ktor v1.5.4 -> v1.6.0
- kaml v0.33.0 -> v0.34.0
- junit-jupiter v5.7.0 -> v5.7.2

## v1.0.2 (2021-05-16)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "io.streamcord"
version = "1.0.2"
version = "1.0.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 2ffe091

Please sign in to comment.