Skip to content

Commit

Permalink
Add Changelog (#631)
Browse files Browse the repository at this point in the history
* add CHANGELOG.md

* add server- tag

* bumpp
  • Loading branch information
tristanhcole committed Mar 10, 2021
1 parent 1d7d896 commit b66eecf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ A clear and concise description of the features implemented in the PR of bugs fi
- [ ] Request review from relevant @person or team
- [ ] QA your pull request. This includes running the app, login, testing changes, checking [accessibility](https://www.a11yproject.com/checklist/) etc.
- [ ] Bump [backend](https://github.com/teamsempo/SempoBlockchain/blob/e3eb0f480e86d5a8ef2c1814127b70ff018671c4/config.py#L7) and/or [frontend](https://github.com/teamsempo/SempoBlockchain/blob/e3eb0f480e86d5a8ef2c1814127b70ff018671c4/app/package.json#L3) versions following Semver
- [ ] Add release notes to [unreleased changelog](https://github.com/teamsempo/SempoBlockchain/blob/master/CHANGELOG.md#unreleased)
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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).

## [Unreleased]

## [v1.7.72] - 2021-03-10

### Added

- Changelog

Please see PRs for specifications before changelog

[unreleased]: https://github.com/teamsempo/SempoBlockchain/compare/v1.7.70...HEAD
[v1.7.72]: https://github.com/teamsempo/SempoBlockchain/releases/tag/server-v1.7.70
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
logging.basicConfig(level=env_loglevel)
logg = logging.getLogger(__name__)

VERSION = '1.7.71' # Remember to bump this in every PR
VERSION = '1.7.72' # Remember to bump this in every PR

logg.info('Loading configs at UTC {}'.format(datetime.datetime.utcnow()))

Expand Down

0 comments on commit b66eecf

Please sign in to comment.