Patch changelog

This commit is contained in:
Alexander Nozik 2020-11-26 22:21:29 +03:00
parent 3a6aef95b1
commit 2315fb963b
2 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,18 @@
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.2.0]
### Added
### Changed
- Context content resolution refactor
- Kotlin 1.4.10 (build tools 0.6.0)

View File

@ -2,7 +2,7 @@ plugins {
id("ru.mipt.npm.project")
}
val dataforgeVersion by extra("0.2.0-dev-rc")
val dataforgeVersion by extra("0.2.0")
val bintrayRepo by extra("dataforge")
val githubProject by extra("dataforge-core")