Skip to content

Commit e19d5be

Browse files
committed
Updated version in package.json; updated changelog
1 parent f02fb88 commit e19d5be

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2026-05-18
9+
10+
### Security
11+
12+
- Added sign and release workflow to sign and release an UPM package when a Git tag is pushed.
13+
814
## [1.0.1] - 2026-05-11
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.audune.utils.random",
33
"displayName": "Random Numbers",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"unity": "2022.3",
66
"description": "Seeded random number generator for Unity 2022 LTS or higher.",
77
"documentationUrl": "https://github.com/audunegames/random-numbers",

0 commit comments

Comments
 (0)