Skip to content

Commit

Permalink
1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gweiying committed Aug 18, 2022
1 parent 5751d27 commit 79c2494
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,33 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.68.0](https://github.com/opengovsg/GoGovSG/compare/v1.67.0...v1.68.0)

- Feat/sns consumer lambda [`#1913`](https://github.com/opengovsg/GoGovSG/pull/1913)
- Feat/postman [`#1912`](https://github.com/opengovsg/GoGovSG/pull/1912)
- chore: log OTP verification successes and failures [`#1911`](https://github.com/opengovsg/GoGovSG/pull/1911)
- build: add env variable for datadog service [`#1908`](https://github.com/opengovsg/GoGovSG/pull/1908)
- feat: disallow file uploads for old Microsoft formats [`#1907`](https://github.com/opengovsg/GoGovSG/pull/1907)
- feat: add datadog client tracing [`#1905`](https://github.com/opengovsg/GoGovSG/pull/1905)
- feat: add datadog back-end logging [`#1899`](https://github.com/opengovsg/GoGovSG/pull/1899)
- feat: add OTP metrics and logging [`#1904`](https://github.com/opengovsg/GoGovSG/pull/1904)
- feat: datadog integration to client side using datadog/browser-rum lib [`#1896`](https://github.com/opengovsg/GoGovSG/pull/1896)
- feat: updated Docker and CI for Datadog integration [`#1887`](https://github.com/opengovsg/GoGovSG/pull/1887)
- build(deps): bump terser from 4.8.0 to 4.8.1 [`#1891`](https://github.com/opengovsg/GoGovSG/pull/1891)
- fix(assets): update address bar image for health variant [`#1886`](https://github.com/opengovsg/GoGovSG/pull/1886)
- chore: update readme with for.sg details [`#1885`](https://github.com/opengovsg/GoGovSG/pull/1885)
- fix(lambda): return correct number of migrated links from lambda functions [`#1882`](https://github.com/opengovsg/GoGovSG/pull/1882)
- chore: update readme with node v14 setup [`#1878`](https://github.com/opengovsg/GoGovSG/pull/1878)
- fix: correct og:image for healthMetaTag, it was using edusg's one previously [`#1881`](https://github.com/opengovsg/GoGovSG/pull/1881)
- build(deps): bump moment from 2.29.2 to 2.29.4 [`#1880`](https://github.com/opengovsg/GoGovSG/pull/1880)
- chore: update Sequelize library to 6.21.2 to mitigate the potential S… [`#1876`](https://github.com/opengovsg/GoGovSG/pull/1876)
- chore: update Dockerfile.dev to be friendly to M1 Mac machine [`#1874`](https://github.com/opengovsg/GoGovSG/pull/1874)
- [develop] 1.67.0 [`#1869`](https://github.com/opengovsg/GoGovSG/pull/1869)

#### [v1.67.0](https://github.com/opengovsg/GoGovSG/compare/v1.66.0...v1.67.0)

> 28 June 2022
- fix: replace gh-ecr-push action for aws-cli-v2 [`#1871`](https://github.com/opengovsg/GoGovSG/pull/1871)
- Chore/assets [`#1867`](https://github.com/opengovsg/GoGovSG/pull/1867)
- [develop] 1.66.0 [`#1860`](https://github.com/opengovsg/GoGovSG/pull/1860)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoGovSG",
"version": "1.67.0",
"version": "1.68.0",
"description": "Link shortener for Singapore government.",
"main": "src/server/index.js",
"scripts": {
Expand Down

0 comments on commit 79c2494

Please sign in to comment.