Skip to content

Commit

Permalink
Merge pull request #436 from cicirello/prep-release
Browse files Browse the repository at this point in the history
Prepare for release 5.0.1
  • Loading branch information
cicirello authored Jul 25, 2022
2 parents 0fb2050 + fad6efa commit dedeb0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased] - 2022-07-24
## [Unreleased] - 2022-07-25

### Added

Expand All @@ -17,14 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### Dependencies
* Bump core from 2.1.0 to 2.2.2
* Bump rho-mu from 2.3.0 to 2.3.2

### CI/CD

### Other


## [5.0.1] - 2022-07-25

### Dependencies
* Bump core from 2.1.0 to 2.2.2
* Bump rho-mu from 2.3.0 to 2.3.2

### Other
* First release available via JitPack after configuring builds. In addition to Maven Central and GitHub Packages,
the library can now be imported from JitPack as a fall-back option, as well as a source of snapshot artifacts
built from the current default branch or specific commit hashes.


## [5.0.0] - 2022-06-03

**BREAKING CHANGES:** This release includes breaking changes, including increasing
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.cicirello</groupId>
<artifactId>chips-n-salsa</artifactId>
<version>5.0.0</version>
<version>5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Chips-n-Salsa</name>
Expand Down

0 comments on commit dedeb0f

Please sign in to comment.