From 7fa343d620a9fc2894383dfd33b0f81de9b34910 Mon Sep 17 00:00:00 2001 From: Moses Narrow <36607567+0pcom@users.noreply.github.com> Date: Wed, 25 Jan 2023 09:42:28 -0600 Subject: [PATCH] update changelog with recently merged PRs --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94df4e924c..8978b2ddba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file. 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). +updates may be generated with `scripts/changelog.sh ` + ## 1.3.0 +- added `skywire-cli skysocksc` command ; cli interface for controlling skysocks [#1455](https://github.com/skycoin/skywire/pull/1455) +- add ServiceTypeProxy to servicedisc types [#1454](https://github.com/skycoin/skywire/pull/1454) +- rebuild UI [#1453](https://github.com/skycoin/skywire/pull/1453) [#1450](https://github.com/skycoin/skywire/pull/1450) [#1444](https://github.com/skycoin/skywire/pull/1444) +- Fix for the skysocks UI [#1452](https://github.com/skycoin/skywire/pull/1452) +- Update documentation [#1448](https://github.com/skycoin/skywire/pull/1448) - change transport_logs folder to 755 permissions & various similar fixes [#1447](https://github.com/skycoin/skywire/pull/1447) - Fix warn logs [#1446](https://github.com/skycoin/skywire/pull/1446) - move survey generation to its own goroutine [#1445](https://github.com/skycoin/skywire/pull/1445) -- rebuild UI [#1444](https://github.com/skycoin/skywire/pull/1444) - add hypervisor UI integration for managing the reward address [#1442](https://github.com/skycoin/skywire/pull/1442) - update mainnet rules for collecting rewards under the new system [#1443](https://github.com/skycoin/skywire/pull/1443) - omit all language differentiating types of miners (official, DIY) from mainnet_rules.md [#1443](https://github.com/skycoin/skywire/pull/1443)