Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump Version #56

Merged
merged 21 commits into from Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7eb3584
Merge pull request #1 from ArkEcosystem/master
sleepdefic1t Dec 5, 2018
6a878c3
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 2, 2019
6ce1010
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 11, 2019
0c0932b
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 15, 2019
62f8454
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 19, 2019
6e70be7
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 26, 2019
7fad180
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 28, 2019
8f703df
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Jan 30, 2019
66a527c
Merge remote-tracking branch 'upstream/master'
sleepdefic1t Feb 5, 2019
55d830b
misc: update library config
sleepdefic1t Feb 5, 2019
a7b16b9
Revert "misc: update library config"
sleepdefic1t Feb 5, 2019
26798d0
chore: bump minor version
sleepdefic1t Feb 5, 2019
85f7f26
Merge branch 'master' into chore/bump-version
faustbrian Feb 6, 2019
6984024
Merge remote-tracking branch 'upstream/master' into chore/bump-version
sleepdefic1t Feb 7, 2019
4dc4853
Merge branch 'chore/bump-version' of https://github.com/sleepdefic1t/…
sleepdefic1t Feb 7, 2019
58ab5b6
chore: update CHANGELOG.md
sleepdefic1t Feb 7, 2019
3e4e74a
chore: update CHANGELOG.md
sleepdefic1t Feb 7, 2019
375c23b
chore: re-add changelog links
sleepdefic1t Feb 7, 2019
3934317
Update CHANGELOG.md
sleepdefic1t Feb 7, 2019
10bacd0
Update CHANGELOG.md
faustbrian Feb 7, 2019
8f6e138
Update CHANGELOG.md
faustbrian Feb 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,3 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## Version 0.2.0 - 2019-02-07
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check how https://github.com/ArkEcosystem/core/blob/develop/CHANGELOG.md formats and links the versions.


### Added

- Transaction 'toJson()' method ([#54](https://github.com/ArkEcosystem/cpp-crypto/pull/54))

### Changed

- Removed Arduino Adapter Header ([#50](https://github.com/ArkEcosystem/cpp-crypto/pull/50))
- Renamed Helpers Header ([#51](https://github.com/ArkEcosystem/cpp-crypto/pull/51))
- Refactored Timestamps & Slots ([#53](https://github.com/ArkEcosystem/cpp-crypto/pull/53))
- Updated Library Config ([#55](https://github.com/ArkEcosystem/cpp-crypto/pull/55))

### Fixed

- Updated Arduino IDE Script ([#49](https://github.com/ArkEcosystem/cpp-crypto/pull/49))
- Corrected PIO Builds ([#52](https://github.com/ArkEcosystem/cpp-crypto/pull/52))
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/ArkEcosystem/Cpp-Crypto.git"
},
"version": "0.1.0",
"version": "0.2.0",
"authors": [
{
"name": "Ark Ecosystem",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Ark-Cpp-Crypto
version=0.1.0
version=0.2.0
author=Ark Ecosystem
maintainer=Ark Ecosystem
sentence=A simple Cryptography Implementation in C++ for the ARK Blockchain.
Expand Down