Skip to content

Commit

Permalink
Merge pull request #7 from ChidaCompany/community/add-changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md
  • Loading branch information
javierojeda94 authored Sep 11, 2021
2 parents 62c862b + 2959a5f commit 224467c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] - 2021-09-11
The bumping to rails 6.1.4 allowed to include another things to the project as well as including some community and documentation info on the repository

### Added
- Test suite is installed using Rspec and Shoulda Matchers. This also includes a dry-run which allows engineers to test if the environment is properly configured to start working
- React is added to the project as the frontend library
- Github Actions are configured to run whenever a push/pull-request is created against master.
- MIT License is added in case it is needed
- README is updated to improve readability and usage of this template project
- CHANGELOG is added to make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project.

## [1.0.0] - 2021-09-09
After a long time of inactivity, this project is updated and released with a pretty simple rails app and nothing else.

### Added
* Bumps rails version to 6.1.4

### Changed
* The structure of the project changed so everything is a single rails project in the main view however there are some extra folders and files to allow Docker to properly work

0 comments on commit 224467c

Please sign in to comment.