Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaberkaymutlu committed Jun 21, 2024
1 parent 1b847c9 commit 3236079
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.12.0] - 2024-06-27

### Added

- This changelog file

### Changed

- Increased minimum supported SDK from 15 to 21
- Increased compile and target SDK from 32 to 34
- Updated Kotlin from 1.7.20 to 2.0.0
- Updated Gradle from 7.6.1 to 8.8
- Updated Android Gradle Plugin from 7.4.1 to 8.5.0
- Updated Robolectric from 4.9.2 to 4.12.2
- Updated Truth from 1.1.3 to 1.4.2
- Updated Fragment testing from 1.5.5 to 1.8.0
- Updated arch. core testing from 2.1.0 to 2.2.0
- Updated Gradle Publish plugin from 1.1.0 to 2.0.0

0 comments on commit 3236079

Please sign in to comment.