Skip to content

Commit 3a38ecb

Browse files
committed
Bump version to 1.1.0
1 parent f396b51 commit 3a38ecb

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0] - YYYY-MM-DD (In progress…)
7+
## [1.1.0] - 2021-12-14
88

9-
### Added
9+
### Improved
1010

11-
- Initial release.
11+
- Removed Flatpak filesystem privileges.
12+
13+
## [1.0.0] - 2021-12-11
14+
15+
Initial release.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'org.small_tech.comet',
33
'vala',
44
'c',
5-
version: '1.0.0'
5+
version: '1.1.0'
66
)
77

88
i18n = import('i18n')

0 commit comments

Comments
 (0)