Skip to content

Commit

Permalink
Update changelog (#31)
Browse files Browse the repository at this point in the history
* Update change log

* Switch travis to use env variable
  • Loading branch information
c0diq authored Jul 1, 2020
1 parent b01885d commit f3da93b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ install: true
script: Scripts/cibuild
deploy:
provider: releases
api_key:
secure: YLp5tePMt+kFha5nT43+CHTm31LN1UOJCt6zZ1sEkdmpiZx6XyexJDaZoSxB3BlTTcCDA1DGcMyBP9+mly5TYl/0I5FTsR4HDenYHBl09qHzFJ1aeGrM+mxT7RV4dmgIf4/Czb+Zau0Zr2TDe23uHdyMKoGOpIbKasajw4U4zk2ozn8SpZaZ23MMVq3oNCJEJthfXH8Qr74gy8hooj1VjT7CGPX4gLXThDRlRq5mdeE46jS5OcOXKNPHbeYC/5MWrm2eFPLJgKiFvJ/1FsxE6i3OdSbBn+Yhp0UlNR9/qalvyCYofD4cePy1jsTcDqCxqDX6uspWqaTvVVluNlwfsKsVWHaO60cKjEYupIymtgWEIWDMEK40bgAaejp20OkD+vuvY/+eUNdAZhqE+C/QTTuanyHR6BRk8it2217xtqEuRP5MKAckH2mTgA5qWwYDfL7mPTX9gHcwOAZMb9F+JVdF23CGNUAt7lL+6+QUpONzCOq6VX7Mox3Scp5h4v5i5OtmB2qPp0LjfgwkbDIic9CA0tjBPyX3IokI1pQU7BgOS7QqZI5kkaeG88pt2aaOMx85EhvK+CGT7I9mryiyUMSalRjqNbZDxA1shPnbZDWN4PtfkyreeLQ3UhYPUID2w4i/5txE73JMTJKHLRcAATuu0rK8+LkIBBO0we17KLM=
api_key: "$GITHUB_OAUTH_TOKEN"
file: Platinum.framework.zip
skip_cleanup: true
on:
tags: true
draft: true
22 changes: 22 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Platinum 1.3.0
--------------
- fixed: callstranger vulnerability (https://callstranger.com/)

Platinum 1.2.0
--------------
- updated: Neptune 1.1.11
- updated: xcode requirements
- fixed: compiling issues when NPT_CONFIG_ENABLE_LOGGING is not defined
- added: support for carthage workflow
- fixed: linux config
- removed: no-crypto info in readme

Platinum 1.1.1
--------------
- updated: Neptune 1.1.9
- added: Travis support

Platinum 1.1.0
--------------
- updated: Neptune 1.1.7

Platinum 1.0.5.13
-----------------
- fixed: didl used "actors" instead of "actor"
Expand Down

0 comments on commit f3da93b

Please sign in to comment.