update changelog for version 1.0.0
This commit is contained in:
parent
30de61172a
commit
17ce7328bb
15
CHANGELOG.md
15
CHANGELOG.md
@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
|
||||
## [1.0.0] - 2022-02-28
|
||||
|
||||
### Updates
|
||||
|
||||
* https://github.com/ohmyform/api/releases/tag/1.0.0
|
||||
* https://github.com/ohmyform/ui/releases/tag/1.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- switched to supervisord based combined container
|
||||
|
||||
### Fixed
|
||||
@ -21,8 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- error if /run/nginx already exists (https://github.com/ohmyform/ohmyform/pull/148)
|
||||
- fix combine images
|
||||
|
||||
### Security
|
||||
|
||||
## [0.9.9] - 2021-02-14
|
||||
|
||||
### Added
|
||||
|
||||
@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm <admin@ohmyform.com>"
|
||||
|
||||
WORKDIR /usr/src/api
|
||||
|
||||
RUN apk --update add curl bash && rm -rf /var/cache/apk/*
|
||||
RUN apk --update --no-cache add curl bash g++ make libpng-dev
|
||||
|
||||
# install node-prune (https://github.com/tj/node-prune)
|
||||
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
|
||||
|
||||
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 25d314a183f6227f4737ec71369b65f33d95acb7
|
||||
Subproject commit 1e3f47c11cdd996d6337a863d50725ce17dec8f0
|
||||
2
ui
2
ui
@ -1 +1 @@
|
||||
Subproject commit bc56a70fea0c6a877f0292a9f377ea8a459fbcbf
|
||||
Subproject commit 5909d1439c1bd1ea70e08fd490c971ee43da9199
|
||||
Loading…
x
Reference in New Issue
Block a user