Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jul 22, 2024
1 parent ae3f1f0 commit cda8d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v4.2.0 - 2024-07-22

- :rocket: Remove `agency` types

### v4.1.0 - 2024-07-17

- :rocket: Add `group` types
Expand Down
1 change: 0 additions & 1 deletion task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Env = Type.Object({
description: 'Public Safety domain of the Aircraft',
enum: ['EMS', 'FIRE', 'LAW']
}),
agency: Type.Optional(Type.String({ description: 'Agency in control of the Aircraft' })),
callsign: Type.Optional(Type.String({ description: 'Callsign of the Aircraft' })),
registration: Type.Optional(Type.String({ description: 'Registration Number of the Aircraft' })),
group: Type.String({
Expand Down

0 comments on commit cda8d2c

Please sign in to comment.