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

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Feb 26, 2021
1 parent 44adb79 commit 7c1bba8
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 @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

**Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution.

## [Unreleased]
<!-- ## [Unreleased] -->

## [2.0.0-beta.2]

### Added

Expand All @@ -17,6 +19,7 @@ All notable changes to this project will be documented in this file.
* The HTTP server now requests that publication resources are not cached by browsers.
* Caching poses a security risk for protected publications.


## [2.0.0-beta.1]

### Changed
Expand Down Expand Up @@ -81,4 +84,5 @@ server.loadCustomResource(assets.open("scripts/highlight.js"), "highlight.js", I
[2.0.0-alpha.1]: https://github.com/readium/r2-streamer-kotlin/compare/1.1.5...2.0.0-alpha.1
[2.0.0-alpha.2]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-alpha.1...2.0.0-alpha.2
[2.0.0-beta.1]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-alpha.2...2.0.0-beta.1
[2.0.0-beta.2]: https://github.com/readium/r2-streamer-kotlin/compare/2.0.0-beta.1...2.0.0-beta.2

2 changes: 1 addition & 1 deletion r2-streamer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
if (findProject(':r2-shared')) {
implementation project(':r2-shared')
} else {
implementation "com.github.readium:r2-shared-kotlin:2.0.0-beta.1"
implementation "com.github.readium:r2-shared-kotlin:2.0.0-beta.2"
}

final JACKSON_VERSION = '2.11.0'
Expand Down

0 comments on commit 7c1bba8

Please sign in to comment.