Skip to content

Commit

Permalink
Merge pull request #35 from torus-economy/release/v1.0.3
Browse files Browse the repository at this point in the history
Release v1.0.3
  • Loading branch information
sskender authored Aug 5, 2023
2 parents bcc8ca5 + f611564 commit 478f668
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

*****************************

## Release [v1.0.3](https://github.com/torus-economy/torus-core/releases/tag/v1.0.3) - 05 Aug 2023

#### Added

- Updated docs and seed nodes
- [`#fb48326`](https://github.com/torus-economy/torus-core/commit/fb4832653cabe38bc8d436589ad5547bca3ae1ea)
- [`#f1eed2d`](https://github.com/torus-economy/torus-core/commit/f1eed2d6dc2d5ac8f6b8c9a97f59e3794621fa0b)
- Added Burn address and UBI Pool address
- [`#64a524d`](https://github.com/torus-economy/torus-core/commit/64a524dce71cb22056e3160452fb5bf9364992c5)
- Added new block checkpoints
- [`#228b4a7`](https://github.com/torus-economy/torus-core/commit/228b4a7c87225f0387538854769d69c1e5254f64)
- Added TORUS-Qt wallet for Unix
- [`#d7fe1c4`](https://github.com/torus-economy/torus-core/commit/d7fe1c41bf346cf58031ef190ee8ceff83380a87)

#### Changed

- Improved initial block synchronisation
- [`#4b0b069`](https://github.com/torus-economy/torus-core/commit/4b0b069d3371ea9e8e218c61066b250a61c49a03)

#### Fixed

- Fixed Docker builds
- [`#f2bb859`](https://github.com/torus-economy/torus-core/commit/f2bb8590a1b2756cb8b062c457238b3492f29e24)

*****************************

## Release [v1.0.2](https://github.com/torus-economy/torus-core/releases/tag/v1.0.2) - 26 Mar 2022

#### Added
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down

0 comments on commit 478f668

Please sign in to comment.